Html Css Color HEX #78584E Dorado

📋 copy color: '#78584E'

red 120 ◦ green 88 ◦ blue 78

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

Shades of Dorado #78584E

Tints of Dorado #78584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

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

R = 41.96%
G = 30.77%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78584E (or 0x78584E) is known color: Dorado. HEX triplet: 78, 58 and 4E. RGB value is (120,88,78). Sum of RGB (Red+Green+Blue) = 120+88+78=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78584E is #87A7B1. Grayscale: #606060. Windows color (decimal): -8890290 or 5134456. OLE color: 5134456.

HSL color Cylindrical-coordinate representation of color #78584E: hue angle of 14.29º 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 #78584E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 78 -
CMYK 0 0.27 0.35 0.53
HSL 14.29º 0.21% 0.39% -
HSV(B) 14.29º 0.35% 0.47% -
XYZ 12.61 11.52 8.77 -
YUV 96.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 120 88 78 0 0.27 0.35 0.53 14.29 0.21 0.39
Hex 78 58 4E 0 1B 23 35 E 15 27
Octal 170 130 116 0 33 43 65 16 25 47
Binary 1111000 1011000 1001110 0 11011 100011 110101 1110 10101 100111

Color Harmonies of #78584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78584E

Black with #78584E

Text Example


Text Example

White with #78584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78584E; }

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

 H1.HeaderClassName
 {
   color: #78584E;
 }
 .AnyTagClassName
 {
   color: #78584E;
 }
</style>

background-color css

<style>
 a { background-color: #78584E; }

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

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

border-color css

<style>
 span { border-color: #78584E; }

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

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