Html Css Color HEX #785E52 Dorado

📋 copy color: '#785E52'

red 120 ◦ green 94 ◦ blue 82

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

Shades of Dorado #785E52

Tints of Dorado #785E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 40.54%
G = 31.76%
B = 27.7%

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

#785E52 (or 0x785E52) is known color: Dorado. HEX triplet: 78, 5E and 52. RGB value is (120,94,82). Sum of RGB (Red+Green+Blue) = 120+94+82=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #785E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E52 is #87A1AD. Grayscale: #646464. Windows color (decimal): -8888750 or 5398136. OLE color: 5398136.

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

Color convert

RGB 120 94 82 -
CMYK 0 0.22 0.32 0.53
HSL 18.95º 0.19% 0.4% -
HSV(B) 18.95º 0.32% 0.47% -
XYZ 13.27 12.61 9.72 -
YUV 100.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 120 94 82 0 0.22 0.32 0.53 18.95 0.19 0.4
Hex 78 5E 52 0 16 20 35 13 13 28
Octal 170 136 122 0 26 40 65 23 23 50
Binary 1111000 1011110 1010010 0 10110 100000 110101 10011 10011 101000

Color Harmonies of #785E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E52

Black with #785E52

Text Example


Text Example

White with #785E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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