#6E7B74

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

Shades of Sirocco #6E7B74

Tints of Sirocco #6E7B74

Color information

#6E7B74 (or 0x6E7B74) is unknown color: approx Sirocco. HEX triplet: 6E, 7B and 74. RGB value is (110,123,116). Sum of RGB (Red+Green+Blue) = 110+123+116=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B74 is #91848B. Grayscale: #767676. Windows color (decimal): -9536652 or 7633774. OLE color: 7633774.

HSL color Cylindrical-coordinate representation of color #6E7B74: hue angle of 147.69º 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 #6E7B74 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB110123116-
CMYK0.1100.060.52
HSL147.69º5.58%45.69%-
HSV(B)147.69º10.57%48.24%-
XYZ16.6718.7419.26-
YUV118.32126.69122.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=31.52%
G=35.24%
B=33.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101231160.1100.060.52147.695.5845.69
Hex6E7B74B06349462e
Octal156173164130664224656
Binary1101110111101111101001011011011010010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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