#6F7A75

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

Shades of Sirocco #6F7A75

Tints of Sirocco #6F7A75

Color information

#6F7A75 (or 0x6F7A75) is unknown color: approx Sirocco. HEX triplet: 6F, 7A and 75. RGB value is (111,122,117). Sum of RGB (Red+Green+Blue) = 111+122+117=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A75 is #90858A. Grayscale: #767676. Windows color (decimal): -9471371 or 7699055. OLE color: 7699055.

HSL color Cylindrical-coordinate representation of color #6F7A75: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F7A75 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB111122117-
CMYK0.0900.040.52
HSL152.73º4.72%45.69%-
HSV(B)152.73º9.02%47.84%-
XYZ16.7318.5819.53-
YUV118.14127.36122.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=31.71%
G=34.86%
B=33.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111221170.0900.040.52152.734.7245.69
Hex6F7A75904349952e
Octal157172165110464231556
Binary1101111111101011101011001010011010010011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,122,117); }

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

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

 a { background-color: rgb(111,122,117); }

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

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

 span { border-color: rgb(111,122,117); }

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