#6E7B75

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

Shades of Sirocco #6E7B75

Tints of Sirocco #6E7B75

Color information

#6E7B75 (or 0x6E7B75) is unknown color: approx Sirocco. HEX triplet: 6E, 7B and 75. RGB value is (110,123,117). Sum of RGB (Red+Green+Blue) = 110+123+117=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B75 is #91848A. Grayscale: #767676. Windows color (decimal): -9536651 or 7699310. OLE color: 7699310.

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

Color convert

RGB110123117-
CMYK0.1100.050.52
HSL152.31º5.58%45.69%-
HSV(B)152.31º10.57%48.24%-
XYZ16.7218.7719.57-
YUV118.43127.19121.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.43%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=31.43%
G=35.14%
B=33.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101231170.1100.050.52152.315.5845.69
Hex6E7B75B05349862e
Octal156173165130564230656
Binary1101110111101111101011011010111010010011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,117); }

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

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

 a { background-color: rgb(110,123,117); }

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

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

 span { border-color: rgb(110,123,117); }

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