Html Css Color HEX #785D4E Dorado

📋 copy color: '#785D4E'

red 120 ◦ green 93 ◦ blue 78

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

Shades of Dorado #785D4E

Tints of Dorado #785D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 41.24%
G = 31.96%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#785D4E (or 0x785D4E) is known color: Dorado. HEX triplet: 78, 5D and 4E. RGB value is (120,93,78). Sum of RGB (Red+Green+Blue) = 120+93+78=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D4E is #87A2B1. Grayscale: #636363. Windows color (decimal): -8889010 or 5135736. OLE color: 5135736.

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

Color convert

RGB 120 93 78 -
CMYK 0 0.22 0.35 0.53
HSL 21.43º 0.21% 0.39% -
HSV(B) 21.43º 0.35% 0.47% -
XYZ 13.04 12.37 8.91 -
YUV 99.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 120 93 78 0 0.22 0.35 0.53 21.43 0.21 0.39
Hex 78 5D 4E 0 16 23 35 15 15 27
Octal 170 135 116 0 26 43 65 25 25 47
Binary 1111000 1011101 1001110 0 10110 100011 110101 10101 10101 100111

Color Harmonies of #785D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D4E

Black with #785D4E

Text Example


Text Example

White with #785D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,78); }

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

background-color css

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

 a { background-color: rgb(120,93,78); }

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

border-color css

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

 span { border-color: rgb(120,93,78); }

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