#77837D

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

Shades of Sirocco #77837D

Tints of Sirocco #77837D

Color information

#77837D (or 0x77837D) is unknown color: approx Sirocco. HEX triplet: 77, 83 and 7D. RGB value is (119,131,125). Sum of RGB (Red+Green+Blue) = 119+131+125=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 131 - color contains mainly: green. Hex color #77837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837D is #887C82. Grayscale: #7E7E7E. Windows color (decimal): -8944771 or 8225655. OLE color: 8225655.

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

Color convert

RGB119131125-
CMYK0.0900.050.49
HSL150º4.8%49.02%-
HSV(B)150º9.16%51.37%-
XYZ19.4321.6422.55-
YUV126.73127.02122.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 131 (51.56% from 255) = 34.93%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=31.73%
G=34.93%
B=33.33%

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
Decimal1191311250.0900.050.491504.849.02
Hex77837D9053196531
Octal167203175110561226561
Binary11101111000001111111011001010111000110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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