#77847D

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

Shades of Sirocco #77847D

Tints of Sirocco #77847D

Color information

#77847D (or 0x77847D) is unknown color: approx Sirocco. HEX triplet: 77, 84 and 7D. RGB value is (119,132,125). Sum of RGB (Red+Green+Blue) = 119+132+125=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #77847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77847D is #887B82. Grayscale: #7F7F7F. Windows color (decimal): -8944515 or 8225911. OLE color: 8225911.

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

Color convert

RGB119132125-
CMYK0.1000.050.48
HSL147.69º5.18%49.22%-
HSV(B)147.69º9.85%51.76%-
XYZ19.5621.9122.6-
YUV127.32126.69122.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=31.65%
G=35.11%
B=33.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191321250.1000.050.48147.695.1849.22
Hex77847DA053094531
Octal167204175120560224561
Binary11101111000010011111011010010111000010010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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