#677B70

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

Shades of Sirocco #677B70

Tints of Sirocco #677B70

Color information

#677B70 (or 0x677B70) is unknown color: approx Sirocco. HEX triplet: 67, 7B and 70. RGB value is (103,123,112). Sum of RGB (Red+Green+Blue) = 103+123+112=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #677B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B70 is #98848F. Grayscale: #737373. Windows color (decimal): -9995408 or 7371623. OLE color: 7371623.

HSL color Cylindrical-coordinate representation of color #677B70: hue angle of 147º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677B70 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB103123112-
CMYK0.1600.090.52
HSL147º8.85%44.31%-
HSV(B)147º16.26%48.24%-
XYZ15.618.2218.02-
YUV115.77125.87118.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.47%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=30.47%
G=36.39%
B=33.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1031231120.1600.090.521478.8544.31
Hex677B701009349392c
Octal14717316020011642231154
Binary1100111111101111100001000001001110100100100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677B70; }

 p { color: rgb(103,123,112); }

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

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

 a { background-color: rgb(103,123,112); }

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

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

 span { border-color: rgb(103,123,112); }

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