Html Css Color HEX #785B51 Dorado

📋 copy color: '#785B51'

red 120 ◦ green 91 ◦ blue 81

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

Shades of Dorado #785B51

Tints of Dorado #785B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

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

R = 41.1%
G = 31.16%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785B51 (or 0x785B51) is known color: Dorado. HEX triplet: 78, 5B and 51. RGB value is (120,91,81). Sum of RGB (Red+Green+Blue) = 120+91+81=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B51 is #87A4AE. Grayscale: #626262. Windows color (decimal): -8889519 or 5331832. OLE color: 5331832.

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

Color convert

RGB 120 91 81 -
CMYK 0 0.24 0.32 0.53
HSL 15.38º 0.19% 0.39% -
HSV(B) 15.38º 0.33% 0.47% -
XYZ 12.97 12.07 9.43 -
YUV 98.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 120 91 81 0 0.24 0.32 0.53 15.38 0.19 0.39
Hex 78 5B 51 0 18 20 35 F 13 27
Octal 170 133 121 0 30 40 65 17 23 47
Binary 1111000 1011011 1010001 0 11000 100000 110101 1111 10011 100111

Color Harmonies of #785B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B51

Black with #785B51

Text Example


Text Example

White with #785B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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