#7B7674

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

Shades of Hurricane #7B7674

Tints of Hurricane #7B7674

Color information

#7B7674 (or 0x7B7674) is unknown color: approx Hurricane. HEX triplet: 7B, 76 and 74. RGB value is (123,118,116). Sum of RGB (Red+Green+Blue) = 123+118+116=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7674 is #84898B. Grayscale: #777777. Windows color (decimal): -8685964 or 7632507. OLE color: 7632507.

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

Color convert

RGB123118116-
CMYK00.040.060.52
HSL17.14º2.93%46.86%-
HSV(B)17.14º5.69%48.24%-
XYZ17.818.4319.14-
YUV119.27126.16130.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.45%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=34.45%
G=33.05%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311811600.040.060.5217.142.9346.86
Hex7B7674046341132f
Octal1731661640466421357
Binary11110111110110111010001001101101001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,116); }

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

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

 a { background-color: rgb(123,118,116); }

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

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

 span { border-color: rgb(123,118,116); }

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