Html Css Color HEX #7F7570 Hurricane

📋 copy color: '#7F7570'

red 127 ◦ green 117 ◦ blue 112

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

Shades of Hurricane #7F7570

Tints of Hurricane #7F7570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 35.67%
G = 32.87%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F7570 (or 0x7F7570) is known color: Hurricane. HEX triplet: 7F, 75 and 70. RGB value is (127,117,112). Sum of RGB (Red+Green+Blue) = 127+117+112=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7570 is #808A8F. Grayscale: #777777. Windows color (decimal): -8424080 or 7370111. OLE color: 7370111.

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

Color convert

RGB 127 117 112 -
CMYK 0 0.08 0.12 0.50
HSL 20º 0.06% 0.47% -
HSV(B) 20º 0.12% 0.5% -
XYZ 18.04 18.4 17.93 -
YUV 119.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 127 117 112 0 0.08 0.12 0.50 20 0.06 0.47
Hex 7F 75 70 0 8 C 32 14 6 2F
Octal 177 165 160 0 10 14 62 24 6 57
Binary 1111111 1110101 1110000 0 1000 1100 110010 10100 110 101111

Color Harmonies of #7F7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7570

Black with #7F7570

Text Example


Text Example

White with #7F7570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,112); }

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

background-color css

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

 a { background-color: rgb(127,117,112); }

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

border-color css

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

 span { border-color: rgb(127,117,112); }

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