Html Css Color HEX #785C4C Dorado

📋 copy color: '#785C4C'

red 120 ◦ green 92 ◦ blue 76

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

Shades of Dorado #785C4C

Tints of Dorado #785C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 41.67%
G = 31.94%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#785C4C (or 0x785C4C) is known color: Dorado. HEX triplet: 78, 5C and 4C. RGB value is (120,92,76). Sum of RGB (Red+Green+Blue) = 120+92+76=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C4C is #87A3B3. Grayscale: #626262. Windows color (decimal): -8889268 or 5004408. OLE color: 5004408.

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

Color convert

RGB 120 92 76 -
CMYK 0 0.23 0.37 0.53
HSL 21.82º 0.22% 0.38% -
HSV(B) 21.82º 0.37% 0.47% -
XYZ 12.88 12.17 8.51 -
YUV 98.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 120 92 76 0 0.23 0.37 0.53 21.82 0.22 0.38
Hex 78 5C 4C 0 17 25 35 16 16 26
Octal 170 134 114 0 27 45 65 26 26 46
Binary 1111000 1011100 1001100 0 10111 100101 110101 10110 10110 100110

Color Harmonies of #785C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785C4C

Black with #785C4C

Text Example


Text Example

White with #785C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,92,76); }

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

background-color css

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

 a { background-color: rgb(120,92,76); }

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

border-color css

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

 span { border-color: rgb(120,92,76); }

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