Html Css Color HEX #785D51 Dorado

📋 copy color: '#785D51'

red 120 ◦ green 93 ◦ blue 81

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

Shades of Dorado #785D51

Tints of Dorado #785D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.55%

R = 40.82%
G = 31.63%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785D51 (or 0x785D51) is known color: Dorado. HEX triplet: 78, 5D and 51. RGB value is (120,93,81). Sum of RGB (Red+Green+Blue) = 120+93+81=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D51 is #87A2AE. Grayscale: #636363. Windows color (decimal): -8889007 or 5332344. OLE color: 5332344.

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

Color convert

RGB 120 93 81 -
CMYK 0 0.22 0.32 0.53
HSL 18.46º 0.19% 0.39% -
HSV(B) 18.46º 0.33% 0.47% -
XYZ 13.15 12.42 9.49 -
YUV 99.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 120 93 81 0 0.22 0.32 0.53 18.46 0.19 0.39
Hex 78 5D 51 0 16 20 35 12 13 27
Octal 170 135 121 0 26 40 65 22 23 47
Binary 1111000 1011101 1010001 0 10110 100000 110101 10010 10011 100111

Color Harmonies of #785D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D51

Black with #785D51

Text Example


Text Example

White with #785D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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