Html Css Color HEX #7F7976 Hurricane

📋 copy color: '#7F7976'

red 127 ◦ green 121 ◦ blue 118

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

Shades of Hurricane #7F7976

Tints of Hurricane #7F7976

RGB

 RED value IS 127 (50% from 255) = 34.7%

 GREEN value IS 121 (47.66% from 255) = 33.06%

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 34.7%
G = 33.06%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F7976 (or 0x7F7976) is known color: Hurricane. HEX triplet: 7F, 79 and 76. RGB value is (127,121,118). Sum of RGB (Red+Green+Blue) = 127+121+118=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7976 is #808689. Grayscale: #7A7A7A. Windows color (decimal): -8423050 or 7764351. OLE color: 7764351.

HSL color Cylindrical-coordinate representation of color #7F7976: hue angle of 20º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F7976 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 121 118 -
CMYK 0 0.05 0.07 0.50
HSL 20º 0.04% 0.48% -
HSV(B) 20º 0.07% 0.5% -
XYZ 18.86 19.49 19.91 -
YUV 122.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 127 121 118 0 0.05 0.07 0.50 20 0.04 0.48
Hex 7F 79 76 0 5 7 32 14 4 30
Octal 177 171 166 0 5 7 62 24 4 60
Binary 1111111 1111001 1110110 0 101 111 110010 10100 100 110000

Color Harmonies of #7F7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7976

Black with #7F7976

Text Example


Text Example

White with #7F7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7976; }

 p { color: rgb(127,121,118); }

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

background-color css

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

 a { background-color: rgb(127,121,118); }

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

border-color css

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

 span { border-color: rgb(127,121,118); }

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