#6B776F

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

Shades of Sirocco #6B776F

Tints of Sirocco #6B776F

Color information

#6B776F (or 0x6B776F) is unknown color: approx Sirocco. HEX triplet: 6B, 77 and 6F. RGB value is (107,119,111). Sum of RGB (Red+Green+Blue) = 107+119+111=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #6B776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B776F is #948890. Grayscale: #727272. Windows color (decimal): -9734289 or 7305067. OLE color: 7305067.

HSL color Cylindrical-coordinate representation of color #6B776F: hue angle of 140º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B776F is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB107119111-
CMYK0.1000.070.53
HSL140º5.31%44.31%-
HSV(B)140º10.08%46.67%-
XYZ15.5317.4717.59-
YUV114.5126.02122.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.75%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=31.75%
G=35.31%
B=32.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071191110.1000.070.531405.3144.31
Hex6B776FA07358c52c
Octal153167157120765214554
Binary1101011111011111011111010011111010110001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B776F; }

 p { color: rgb(107,119,111); }

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

<style>
 a { background-color: #6B776F; }

 a { background-color: rgb(107,119,111); }

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

<style>
 span { border-color: #6B776F; }

 span { border-color: rgb(107,119,111); }

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