#677570

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

Shades of Cutty Sark #677570

Tints of Cutty Sark #677570

Color information

#677570 (or 0x677570) is unknown color: approx Cutty Sark. HEX triplet: 67, 75 and 70. RGB value is (103,117,112). Sum of RGB (Red+Green+Blue) = 103+117+112=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #677570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677570 is #988A8F. Grayscale: #707070. Windows color (decimal): -9996944 or 7370087. OLE color: 7370087.

HSL color Cylindrical-coordinate representation of color #677570: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677570 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB103117112-
CMYK0.1200.040.54
HSL158.57º6.36%43.14%-
HSV(B)158.57º11.97%45.88%-
XYZ14.8816.7817.78-
YUV112.24127.86121.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.02%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=31.02%
G=35.24%
B=33.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171120.1200.040.54158.576.3643.14
Hex677570C04369f62b
Octal147165160140466237653
Binary1100111111010111100001100010011011010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677570; }

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

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

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

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

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

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

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

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