Html Css Color HEX #785F51 Dorado

📋 copy color: '#785F51'

red 120 ◦ green 95 ◦ blue 81

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

Shades of Dorado #785F51

Tints of Dorado #785F51

RGB

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

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

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

R = 40.54%
G = 32.09%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785F51 (or 0x785F51) is known color: Dorado. HEX triplet: 78, 5F and 51. RGB value is (120,95,81). Sum of RGB (Red+Green+Blue) = 120+95+81=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #785F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F51 is #87A0AE. Grayscale: #646464. Windows color (decimal): -8888495 or 5332856. OLE color: 5332856.

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

Color convert

RGB 120 95 81 -
CMYK 0 0.21 0.32 0.53
HSL 21.54º 0.19% 0.39% -
HSV(B) 21.54º 0.33% 0.47% -
XYZ 13.32 12.77 9.55 -
YUV 100.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 120 95 81 0 0.21 0.32 0.53 21.54 0.19 0.39
Hex 78 5F 51 0 15 20 35 16 13 27
Octal 170 137 121 0 25 40 65 26 23 47
Binary 1111000 1011111 1010001 0 10101 100000 110101 10110 10011 100111

Color Harmonies of #785F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F51

Black with #785F51

Text Example


Text Example

White with #785F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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