Html Css Color HEX #627770 Cutty Sark

📋 copy color: '#627770'

red 98 ◦ green 119 ◦ blue 112

#627770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #627770

Tints of Cutty Sark #627770

RGB

 RED value IS 98 (38.67% from 255) = 29.79%

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 29.79%
G = 36.17%
B = 34.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#627770 (or 0x627770) is known color: Cutty Sark. HEX triplet: 62, 77 and 70. RGB value is (98,119,112). Sum of RGB (Red+Green+Blue) = 98+119+112=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #627770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627770 is #9D888F. Grayscale: #6F6F6F. Windows color (decimal): -10324112 or 7370594. OLE color: 7370594.

HSL color Cylindrical-coordinate representation of color #627770: hue angle of 160º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627770 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 112 -
CMYK 0.18 0 0.06 0.53
HSL 160º 0.1% 0.43% -
HSV(B) 160º 0.18% 0.47% -
XYZ 14.56 16.96 17.84 -
YUV 111.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 98 119 112 0.18 0 0.06 0.53 160 0.1 0.43
Hex 62 77 70 12 0 6 35 A0 A 2B
Octal 142 167 160 22 0 6 65 240 12 53
Binary 1100010 1110111 1110000 10010 0 110 110101 10100000 1010 101011

Color Harmonies of #627770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627770

Black with #627770

Text Example


Text Example

White with #627770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627770; }

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

 H1.HeaderClassName
 {
   color: #627770;
 }
 .AnyTagClassName
 {
   color: #627770;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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