Html Css Color HEX #785E4E Dorado

📋 copy color: '#785E4E'

red 120 ◦ green 94 ◦ blue 78

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

Shades of Dorado #785E4E

Tints of Dorado #785E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 41.1%
G = 32.19%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#785E4E (or 0x785E4E) is known color: Dorado. HEX triplet: 78, 5E and 4E. RGB value is (120,94,78). Sum of RGB (Red+Green+Blue) = 120+94+78=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E4E is #87A1B1. Grayscale: #646464. Windows color (decimal): -8888754 or 5135992. OLE color: 5135992.

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

Color convert

RGB 120 94 78 -
CMYK 0 0.22 0.35 0.53
HSL 22.86º 0.21% 0.39% -
HSV(B) 22.86º 0.35% 0.47% -
XYZ 13.12 12.55 8.94 -
YUV 99.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 120 94 78 0 0.22 0.35 0.53 22.86 0.21 0.39
Hex 78 5E 4E 0 16 23 35 17 15 27
Octal 170 136 116 0 26 43 65 27 25 47
Binary 1111000 1011110 1001110 0 10110 100011 110101 10111 10101 100111

Color Harmonies of #785E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E4E

Black with #785E4E

Text Example


Text Example

White with #785E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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