Html Css Color HEX #7F7B79 Hurricane

📋 copy color: '#7F7B79'

red 127 ◦ green 123 ◦ blue 121

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

Shades of Hurricane #7F7B79

Tints of Hurricane #7F7B79

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 34.23%
G = 33.15%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F7B79 (or 0x7F7B79) is known color: Hurricane. HEX triplet: 7F, 7B and 79. RGB value is (127,123,121). Sum of RGB (Red+Green+Blue) = 127+123+121=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B79 is #808486. Grayscale: #7B7B7B. Windows color (decimal): -8422535 or 7961471. OLE color: 7961471.

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

Color convert

RGB 127 123 121 -
CMYK 0 0.03 0.05 0.50
HSL 20º 0.02% 0.49% -
HSV(B) 20º 0.05% 0.5% -
XYZ 19.29 20.06 20.94 -
YUV 123.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 127 123 121 0 0.03 0.05 0.50 20 0.02 0.49
Hex 7F 7B 79 0 3 5 32 14 2 31
Octal 177 173 171 0 3 5 62 24 2 61
Binary 1111111 1111011 1111001 0 11 101 110010 10100 10 110001

Color Harmonies of #7F7B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7B79

Black with #7F7B79

Text Example


Text Example

White with #7F7B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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