Html Css Color HEX #777574 Hurricane

📋 copy color: '#777574'

red 119 ◦ green 117 ◦ blue 116

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

Shades of Hurricane #777574

Tints of Hurricane #777574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 33.81%
G = 33.24%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777574 (or 0x777574) is known color: Hurricane. HEX triplet: 77, 75 and 74. RGB value is (119,117,116). Sum of RGB (Red+Green+Blue) = 119+117+116=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 119 - color contains mainly: red. Hex color #777574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777574 is #888A8B. Grayscale: #757575. Windows color (decimal): -8948364 or 7632247. OLE color: 7632247.

HSL color Cylindrical-coordinate representation of color #777574: hue angle of 20º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777574 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 117 116 -
CMYK 0 0.02 0.03 0.53
HSL 20º 0.01% 0.46% -
HSV(B) 20º 0.03% 0.47% -
XYZ 17.12 17.91 19.08 -
YUV 117.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 119 117 116 0 0.02 0.03 0.53 20 0.01 0.46
Hex 77 75 74 0 2 3 35 14 1 2E
Octal 167 165 164 0 2 3 65 24 1 56
Binary 1110111 1110101 1110100 0 10 11 110101 10100 1 101110

Color Harmonies of #777574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777574

Black with #777574

Text Example


Text Example

White with #777574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777574; }

 p { color: rgb(119,117,116); }

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

background-color css

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

 a { background-color: rgb(119,117,116); }

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

border-color css

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

 span { border-color: rgb(119,117,116); }

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