Html Css Color HEX #78584D Dorado

📋 copy color: '#78584D'

red 120 ◦ green 88 ◦ blue 77

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

Shades of Dorado #78584D

Tints of Dorado #78584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 42.11%
G = 30.88%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78584D (or 0x78584D) is known color: Dorado. HEX triplet: 78, 58 and 4D. RGB value is (120,88,77). Sum of RGB (Red+Green+Blue) = 120+88+77=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78584D is #87A7B2. Grayscale: #606060. Windows color (decimal): -8890291 or 5068920. OLE color: 5068920.

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

Color convert

RGB 120 88 77 -
CMYK 0 0.27 0.36 0.53
HSL 15.35º 0.22% 0.39% -
HSV(B) 15.35º 0.36% 0.47% -
XYZ 12.58 11.51 8.58 -
YUV 96.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 120 88 77 0 0.27 0.36 0.53 15.35 0.22 0.39
Hex 78 58 4D 0 1B 24 35 F 16 27
Octal 170 130 115 0 33 44 65 17 26 47
Binary 1111000 1011000 1001101 0 11011 100100 110101 1111 10110 100111

Color Harmonies of #78584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78584D

Black with #78584D

Text Example


Text Example

White with #78584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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