#76817B

Color #76817B Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #76817B

Tints of Sirocco #76817B

Color information

#76817B (or 0x76817B) is unknown color: approx Sirocco. HEX triplet: 76, 81 and 7B. RGB value is (118,129,123). Sum of RGB (Red+Green+Blue) = 118+129+123=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 129 - color contains mainly: green. Hex color #76817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76817B is #897E84. Grayscale: #7D7D7D. Windows color (decimal): -9010821 or 8094070. OLE color: 8094070.

HSL color Cylindrical-coordinate representation of color #76817B: hue angle of 147.27º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76817B is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB118129123-
CMYK0.0900.050.49
HSL147.27º4.45%48.43%-
HSV(B)147.27º8.53%50.59%-
XYZ18.920.9821.79-
YUV125.03126.86122.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=31.89%
G=34.86%
B=33.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291230.0900.050.49147.274.4548.43
Hex76817B9053193430
Octal166201173110561223460
Binary11101101000000111110111001010111000110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76817B; }

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

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

<style>
 a { background-color: #76817B; }

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

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

<style>
 span { border-color: #76817B; }

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

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