Html Css Color HEX #627972 Cutty Sark

📋 copy color: '#627972'

red 98 ◦ green 121 ◦ blue 114

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

Shades of Cutty Sark #627972

Tints of Cutty Sark #627972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 29.43%
G = 36.34%
B = 34.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#627972 (or 0x627972) is known color: Cutty Sark. HEX triplet: 62, 79 and 72. RGB value is (98,121,114). Sum of RGB (Red+Green+Blue) = 98+121+114=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 121 - color contains mainly: green. Hex color #627972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627972 is #9D868D. Grayscale: #717171. Windows color (decimal): -10323598 or 7502178. OLE color: 7502178.

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

Color convert

RGB 98 121 114 -
CMYK 0.19 0 0.06 0.53
HSL 161.74º 0.11% 0.43% -
HSV(B) 161.74º 0.19% 0.47% -
XYZ 14.91 17.49 18.51 -
YUV 113.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 98 121 114 0.19 0 0.06 0.53 161.74 0.11 0.43
Hex 62 79 72 13 0 6 35 A2 B 2B
Octal 142 171 162 23 0 6 65 242 13 53
Binary 1100010 1111001 1110010 10011 0 110 110101 10100010 1011 101011

Color Harmonies of #627972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627972

Black with #627972

Text Example


Text Example

White with #627972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627972; }

 p { color: rgb(98,121,114); }

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

background-color css

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

 a { background-color: rgb(98,121,114); }

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

border-color css

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

 span { border-color: rgb(98,121,114); }

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