Html Css Color HEX #627F75 Cutty Sark

📋 copy color: '#627F75'

red 98 ◦ green 127 ◦ blue 117

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

Shades of Cutty Sark #627F75

Tints of Cutty Sark #627F75

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 28.65%
G = 37.13%
B = 34.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#627F75 (or 0x627F75) is known color: Cutty Sark. HEX triplet: 62, 7F and 75. RGB value is (98,127,117). Sum of RGB (Red+Green+Blue) = 98+127+117=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #627F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F75 is #9D808A. Grayscale: #757575. Windows color (decimal): -10322059 or 7700322. OLE color: 7700322.

HSL color Cylindrical-coordinate representation of color #627F75: hue angle of 159.31º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627F75 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 127 117 -
CMYK 0.23 0 0.08 0.50
HSL 159.31º 0.13% 0.44% -
HSV(B) 159.31º 0.23% 0.5% -
XYZ 15.84 19.06 19.67 -
YUV 117.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 98 127 117 0.23 0 0.08 0.50 159.31 0.13 0.44
Hex 62 7F 75 17 0 8 32 9F D 2C
Octal 142 177 165 27 0 10 62 237 15 54
Binary 1100010 1111111 1110101 10111 0 1000 110010 10011111 1101 101100

Color Harmonies of #627F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627F75

Black with #627F75

Text Example


Text Example

White with #627F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,127,117); }

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

background-color css

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

 a { background-color: rgb(98,127,117); }

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

border-color css

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

 span { border-color: rgb(98,127,117); }

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