#687A6C

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

Shades of Sirocco #687A6C

Tints of Sirocco #687A6C

Color information

#687A6C (or 0x687A6C) is unknown color: approx Sirocco. HEX triplet: 68, 7A and 6C. RGB value is (104,122,108). Sum of RGB (Red+Green+Blue) = 104+122+108=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #687A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A6C is #978593. Grayscale: #737373. Windows color (decimal): -9930132 or 7109224. OLE color: 7109224.

HSL color Cylindrical-coordinate representation of color #687A6C: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A6C is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB104122108-
CMYK0.1500.110.52
HSL133.33º7.96%44.31%-
HSV(B)133.33º14.75%47.84%-
XYZ15.3817.9416.84-
YUV115.02124.04120.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=31.14%
G=36.53%
B=32.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041221080.1500.110.52133.337.9644.31
Hex687A6CF0B348582c
Octal15017215417013642051054
Binary110100011110101101100111101011110100100001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A6C; }

 p { color: rgb(104,122,108); }

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

<style>
 a { background-color: #687A6C; }

 a { background-color: rgb(104,122,108); }

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

<style>
 span { border-color: #687A6C; }

 span { border-color: rgb(104,122,108); }

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