Html Css Color HEX #787574 Hurricane

📋 copy color: '#787574'

red 120 ◦ green 117 ◦ blue 116

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

Shades of Hurricane #787574

Tints of Hurricane #787574

RGB

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

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

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

R = 33.99%
G = 33.14%
B = 32.86%

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

#787574 (or 0x787574) is known color: Hurricane. HEX triplet: 78, 75 and 74. RGB value is (120,117,116). Sum of RGB (Red+Green+Blue) = 120+117+116=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787574 is #878A8B. Grayscale: #757575. Windows color (decimal): -8882828 or 7632248. OLE color: 7632248.

HSL color Cylindrical-coordinate representation of color #787574: hue angle of 15º degrees, saturation: 0.02, 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 #787574 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 117 116 -
CMYK 0 0.02 0.03 0.53
HSL 15º 0.02% 0.46% -
HSV(B) 15º 0.03% 0.47% -
XYZ 17.26 17.98 19.08 -
YUV 117.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 120 117 116 0 0.02 0.03 0.53 15 0.02 0.46
Hex 78 75 74 0 2 3 35 F 2 2E
Octal 170 165 164 0 2 3 65 17 2 56
Binary 1111000 1110101 1110100 0 10 11 110101 1111 10 101110

Color Harmonies of #787574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787574

Black with #787574

Text Example


Text Example

White with #787574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787574; }

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

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

background-color css

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

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

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

border-color css

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

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

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