Html Css Color HEX #785F4F Dorado

📋 copy color: '#785F4F'

red 120 ◦ green 95 ◦ blue 79

#785F4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #785F4F

Tints of Dorado #785F4F

RGB

 RED value IS 120 (47.27% from 255) = 40.82%

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 40.82%
G = 32.31%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#785F4F (or 0x785F4F) is known color: Dorado. HEX triplet: 78, 5F and 4F. RGB value is (120,95,79). Sum of RGB (Red+Green+Blue) = 120+95+79=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F4F is #87A0B0. Grayscale: #646464. Windows color (decimal): -8888497 or 5201784. OLE color: 5201784.

HSL color Cylindrical-coordinate representation of color #785F4F: hue angle of 23.41º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785F4F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 79 -
CMYK 0 0.21 0.34 0.53
HSL 23.41º 0.21% 0.39% -
HSV(B) 23.41º 0.34% 0.47% -
XYZ 13.25 12.74 9.16 -
YUV 100.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 120 95 79 0 0.21 0.34 0.53 23.41 0.21 0.39
Hex 78 5F 4F 0 15 22 35 17 15 27
Octal 170 137 117 0 25 42 65 27 25 47
Binary 1111000 1011111 1001111 0 10101 100010 110101 10111 10101 100111

Color Harmonies of #785F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F4F

Black with #785F4F

Text Example


Text Example

White with #785F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F4F; }

 p { color: rgb(120,95,79); }

 H1.HeaderClassName
 {
   color: #785F4F;
 }
 .AnyTagClassName
 {
   color: #785F4F;
 }
</style>

background-color css

<style>
 a { background-color: #785F4F; }

 a { background-color: rgb(120,95,79); }

 div.DivClassName
 {
   background-color: #785F4F;
 }
 .BgClassName
 {
   background-color: #785F4F;
 }
</style>

border-color css

<style>
 span { border-color: #785F4F; }

 span { border-color: rgb(120,95,79); }

 td.TdClassName
 {
   border-color: #785F4F;
 }
 .TagClassName
 {
   border-color: #785F4F;
 }
</style>