#627A70

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

Shades of Cutty Sark #627A70

Tints of Cutty Sark #627A70

Color information

#627A70 (or 0x627A70) is unknown color: approx Cutty Sark. HEX triplet: 62, 7A and 70. RGB value is (98,122,112). Sum of RGB (Red+Green+Blue) = 98+122+112=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #627A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A70 is #9D858F. Grayscale: #717171. Windows color (decimal): -10323344 or 7371362. OLE color: 7371362.

HSL color Cylindrical-coordinate representation of color #627A70: hue angle of 155º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #627A70 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB98122112-
CMYK0.2000.080.52
HSL155º10.91%43.14%-
HSV(B)155º19.67%47.84%-
XYZ14.9217.6917.96-
YUV113.68127.05116.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=29.52%
G=36.75%
B=33.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981221120.2000.080.5215510.9143.14
Hex627A701408349bb2b
Octal14217216024010642331353
Binary1100010111101011100001010001000110100100110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627A70; }

 p { color: rgb(98,122,112); }

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

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

 a { background-color: rgb(98,122,112); }

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

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

 span { border-color: rgb(98,122,112); }

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