#76847D

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

Shades of Sirocco #76847D

Tints of Sirocco #76847D

Color information

#76847D (or 0x76847D) is unknown color: approx Sirocco. HEX triplet: 76, 84 and 7D. RGB value is (118,132,125). Sum of RGB (Red+Green+Blue) = 118+132+125=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #76847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76847D is #897B82. Grayscale: #7F7F7F. Windows color (decimal): -9010051 or 8225910. OLE color: 8225910.

HSL color Cylindrical-coordinate representation of color #76847D: hue angle of 150º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76847D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB118132125-
CMYK0.1100.050.48
HSL150º5.6%49.02%-
HSV(B)150º10.61%51.76%-
XYZ19.4221.8322.59-
YUV127.02126.86121.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=31.47%
G=35.2%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321250.1100.050.481505.649.02
Hex76847DB053096631
Octal166204175130560226661
Binary11101101000010011111011011010111000010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76847D; }

 p { color: rgb(118,132,125); }

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

<style>
 a { background-color: #76847D; }

 a { background-color: rgb(118,132,125); }

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

<style>
 span { border-color: #76847D; }

 span { border-color: rgb(118,132,125); }

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