Html Css Color HEX #7F7572 Hurricane

📋 copy color: '#7F7572'

red 127 ◦ green 117 ◦ blue 114

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

Shades of Hurricane #7F7572

Tints of Hurricane #7F7572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 35.47%
G = 32.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F7572 (or 0x7F7572) is known color: Hurricane. HEX triplet: 7F, 75 and 72. RGB value is (127,117,114). Sum of RGB (Red+Green+Blue) = 127+117+114=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7572 is #808A8D. Grayscale: #777777. Windows color (decimal): -8424078 or 7501183. OLE color: 7501183.

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

Color convert

RGB 127 117 114 -
CMYK 0 0.08 0.10 0.50
HSL 13.85º 0.05% 0.47% -
HSV(B) 13.85º 0.1% 0.5% -
XYZ 18.15 18.45 18.52 -
YUV 119.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 127 117 114 0 0.08 0.10 0.50 13.85 0.05 0.47
Hex 7F 75 72 0 8 A 32 E 5 2F
Octal 177 165 162 0 10 12 62 16 5 57
Binary 1111111 1110101 1110010 0 1000 1010 110010 1110 101 101111

Color Harmonies of #7F7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7572

Black with #7F7572

Text Example


Text Example

White with #7F7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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