Html Css Color HEX #77584F Dorado

📋 copy color: '#77584F'

red 119 ◦ green 88 ◦ blue 79

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

Shades of Dorado #77584F

Tints of Dorado #77584F

RGB

 RED value IS 119 (46.88% from 255) = 41.61%

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

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 41.61%
G = 30.77%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77584F (or 0x77584F) is known color: Dorado. HEX triplet: 77, 58 and 4F. RGB value is (119,88,79). Sum of RGB (Red+Green+Blue) = 119+88+79=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77584F is #88A7B0. Grayscale: #606060. Windows color (decimal): -8955825 or 5199991. OLE color: 5199991.

HSL color Cylindrical-coordinate representation of color #77584F: hue angle of 13.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77584F is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 79 -
CMYK 0 0.26 0.34 0.53
HSL 13.5º 0.2% 0.39% -
HSV(B) 13.5º 0.34% 0.47% -
XYZ 12.51 11.47 8.95 -
YUV 96.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 119 88 79 0 0.26 0.34 0.53 13.5 0.2 0.39
Hex 77 58 4F 0 1A 22 35 E 14 27
Octal 167 130 117 0 32 42 65 16 24 47
Binary 1110111 1011000 1001111 0 11010 100010 110101 1110 10100 100111

Color Harmonies of #77584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77584F

Black with #77584F

Text Example


Text Example

White with #77584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77584F; }

 p { color: rgb(119,88,79); }

 H1.HeaderClassName
 {
   color: #77584F;
 }
 .AnyTagClassName
 {
   color: #77584F;
 }
</style>

background-color css

<style>
 a { background-color: #77584F; }

 a { background-color: rgb(119,88,79); }

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

border-color css

<style>
 span { border-color: #77584F; }

 span { border-color: rgb(119,88,79); }

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