#7A7675

Color #7A7675 Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #7A7675

Tints of Hurricane #7A7675

Color information

#7A7675 (or 0x7A7675) is unknown color: approx Hurricane. HEX triplet: 7A, 76 and 75. RGB value is (122,118,117). Sum of RGB (Red+Green+Blue) = 122+118+117=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7675 is #85898A. Grayscale: #777777. Windows color (decimal): -8751499 or 7698042. OLE color: 7698042.

HSL color Cylindrical-coordinate representation of color #7A7675: hue angle of 12º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7A7675 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB122118117-
CMYK00.030.040.52
HSL12º2.09%46.86%-
HSV(B)12º4.1%47.84%-
XYZ17.7218.3819.44-
YUV119.08126.83130.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=34.17%
G=33.05%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211811700.030.040.52122.0946.86
Hex7A767503434c22f
Octal1721661650346414257
Binary111101011101101110101011100110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,117); }

 H1.HeaderClassName
 {
   color: #7A7675;
 }
 .AnyTagClassName
 {
   color: #7A7675;
 }
</style>
background-color css

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

 a { background-color: rgb(122,118,117); }

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

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

 span { border-color: rgb(122,118,117); }

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