Html Css Color HEX #78594B Dorado

📋 copy color: '#78594B'

red 120 ◦ green 89 ◦ blue 75

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

Shades of Dorado #78594B

Tints of Dorado #78594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 42.25%
G = 31.34%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78594B (or 0x78594B) is known color: Dorado. HEX triplet: 78, 59 and 4B. RGB value is (120,89,75). Sum of RGB (Red+Green+Blue) = 120+89+75=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78594B is #87A6B4. Grayscale: #606060. Windows color (decimal): -8890037 or 4938104. OLE color: 4938104.

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

Color convert

RGB 120 89 75 -
CMYK 0 0.26 0.37 0.53
HSL 18.67º 0.23% 0.38% -
HSV(B) 18.67º 0.38% 0.47% -
XYZ 12.59 11.65 8.24 -
YUV 96.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 120 89 75 0 0.26 0.37 0.53 18.67 0.23 0.38
Hex 78 59 4B 0 1A 25 35 13 17 26
Octal 170 131 113 0 32 45 65 23 27 46
Binary 1111000 1011001 1001011 0 11010 100101 110101 10011 10111 100110

Color Harmonies of #78594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78594B

Black with #78594B

Text Example


Text Example

White with #78594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78594B; }

 p { color: rgb(120,89,75); }

 H1.HeaderClassName
 {
   color: #78594B;
 }
 .AnyTagClassName
 {
   color: #78594B;
 }
</style>

background-color css

<style>
 a { background-color: #78594B; }

 a { background-color: rgb(120,89,75); }

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

border-color css

<style>
 span { border-color: #78594B; }

 span { border-color: rgb(120,89,75); }

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