Html Css Color HEX #627870 Cutty Sark

📋 copy color: '#627870'

red 98 ◦ green 120 ◦ blue 112

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

Shades of Cutty Sark #627870

Tints of Cutty Sark #627870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 29.7%
G = 36.36%
B = 33.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#627870 (or 0x627870) is known color: Cutty Sark. HEX triplet: 62, 78 and 70. RGB value is (98,120,112). Sum of RGB (Red+Green+Blue) = 98+120+112=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #627870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627870 is #9D878F. Grayscale: #707070. Windows color (decimal): -10323856 or 7370850. OLE color: 7370850.

HSL color Cylindrical-coordinate representation of color #627870: hue angle of 158.18º 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 #627870 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 120 112 -
CMYK 0.18 0 0.07 0.53
HSL 158.18º 0.1% 0.43% -
HSV(B) 158.18º 0.18% 0.47% -
XYZ 14.68 17.2 17.88 -
YUV 112.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 98 120 112 0.18 0 0.07 0.53 158.18 0.1 0.43
Hex 62 78 70 12 0 7 35 9E A 2B
Octal 142 170 160 22 0 7 65 236 12 53
Binary 1100010 1111000 1110000 10010 0 111 110101 10011110 1010 101011

Color Harmonies of #627870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627870

Black with #627870

Text Example


Text Example

White with #627870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627870; }

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

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

background-color css

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

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

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

border-color css

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

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

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