#688074

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

Shades of Sirocco #688074

Tints of Sirocco #688074

Color information

#688074 (or 0x688074) is unknown color: approx Sirocco. HEX triplet: 68, 80 and 74. RGB value is (104,128,116). Sum of RGB (Red+Green+Blue) = 104+128+116=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #688074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688074 is #977F8B. Grayscale: #777777. Windows color (decimal): -9928588 or 7635048. OLE color: 7635048.

HSL color Cylindrical-coordinate representation of color #688074: hue angle of 150º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688074 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB104128116-
CMYK0.1900.090.50
HSL150º10.34%45.49%-
HSV(B)150º18.75%50.2%-
XYZ16.5819.6419.44-
YUV119.46126.05116.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=29.89%
G=36.78%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281160.1900.090.5015010.3445.49
Hex68807413093296a2d
Octal15020016423011622261255
Binary11010001000000011101001001101001110010100101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688074; }

 p { color: rgb(104,128,116); }

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

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

 a { background-color: rgb(104,128,116); }

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

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

 span { border-color: rgb(104,128,116); }

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