#67796C

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

Shades of Sirocco #67796C

Tints of Sirocco #67796C

Color information

#67796C (or 0x67796C) is unknown color: approx Sirocco. HEX triplet: 67, 79 and 6C. RGB value is (103,121,108). Sum of RGB (Red+Green+Blue) = 103+121+108=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #67796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67796C is #988693. Grayscale: #727272. Windows color (decimal): -9995924 or 7108967. OLE color: 7108967.

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

Color convert

RGB103121108-
CMYK0.1500.110.53
HSL136.67º8.04%43.92%-
HSV(B)136.67º14.88%47.45%-
XYZ15.1417.6416.79-
YUV114.14124.54120.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=31.02%
G=36.45%
B=32.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031211080.1500.110.53136.678.0443.92
Hex67796CF0B358982c
Octal14717115417013652111054
Binary110011111110011101100111101011110101100010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67796C; }

 p { color: rgb(103,121,108); }

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

<style>
 a { background-color: #67796C; }

 a { background-color: rgb(103,121,108); }

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

<style>
 span { border-color: #67796C; }

 span { border-color: rgb(103,121,108); }

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