#6B786F

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

Shades of Sirocco #6B786F

Tints of Sirocco #6B786F

Color information

#6B786F (or 0x6B786F) is unknown color: approx Sirocco. HEX triplet: 6B, 78 and 6F. RGB value is (107,120,111). Sum of RGB (Red+Green+Blue) = 107+120+111=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #6B786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B786F is #948790. Grayscale: #737373. Windows color (decimal): -9734033 or 7305323. OLE color: 7305323.

HSL color Cylindrical-coordinate representation of color #6B786F: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B786F is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB107120111-
CMYK0.1100.080.53
HSL138.46º5.73%44.51%-
HSV(B)138.46º10.83%47.06%-
XYZ15.6517.7117.63-
YUV115.09125.69122.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.66%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=31.66%
G=35.50%
B=32.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1071201110.1100.080.53138.465.7344.51
Hex6B786FB08358a62d
Octal1531701571301065212655
Binary11010111111000110111110110100011010110001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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