Html Css Color HEX #7F7672 Hurricane

📋 copy color: '#7F7672'

red 127 ◦ green 118 ◦ blue 114

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

Shades of Hurricane #7F7672

Tints of Hurricane #7F7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 35.38%
G = 32.87%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F7672 (or 0x7F7672) is known color: Hurricane. HEX triplet: 7F, 76 and 72. RGB value is (127,118,114). Sum of RGB (Red+Green+Blue) = 127+118+114=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7672 is #80898D. Grayscale: #787878. Windows color (decimal): -8423822 or 7501439. OLE color: 7501439.

HSL color Cylindrical-coordinate representation of color #7F7672: hue angle of 18.46º 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 #7F7672 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 114 -
CMYK 0 0.07 0.10 0.50
HSL 18.46º 0.05% 0.47% -
HSV(B) 18.46º 0.1% 0.5% -
XYZ 18.27 18.68 18.56 -
YUV 120.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 127 118 114 0 0.07 0.10 0.50 18.46 0.05 0.47
Hex 7F 76 72 0 7 A 32 12 5 2F
Octal 177 166 162 0 7 12 62 22 5 57
Binary 1111111 1110110 1110010 0 111 1010 110010 10010 101 101111

Color Harmonies of #7F7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7672

Black with #7F7672

Text Example


Text Example

White with #7F7672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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