Html Css Color HEX #785E4F Dorado

📋 copy color: '#785E4F'

red 120 ◦ green 94 ◦ blue 79

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

Shades of Dorado #785E4F

Tints of Dorado #785E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.08%

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

R = 40.96%
G = 32.08%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#785E4F (or 0x785E4F) is known color: Dorado. HEX triplet: 78, 5E and 4F. RGB value is (120,94,79). Sum of RGB (Red+Green+Blue) = 120+94+79=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E4F is #87A1B0. Grayscale: #646464. Windows color (decimal): -8888753 or 5201528. OLE color: 5201528.

HSL color Cylindrical-coordinate representation of color #785E4F: hue angle of 21.95º 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 #785E4F is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 94 79 -
CMYK 0 0.22 0.34 0.53
HSL 21.95º 0.21% 0.39% -
HSV(B) 21.95º 0.34% 0.47% -
XYZ 13.16 12.56 9.13 -
YUV 100.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 120 94 79 0 0.22 0.34 0.53 21.95 0.21 0.39
Hex 78 5E 4F 0 16 22 35 16 15 27
Octal 170 136 117 0 26 42 65 26 25 47
Binary 1111000 1011110 1001111 0 10110 100010 110101 10110 10101 100111

Color Harmonies of #785E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E4F

Black with #785E4F

Text Example


Text Example

White with #785E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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