Html Css Color HEX #637770 Cutty Sark

📋 copy color: '#637770'

red 99 ◦ green 119 ◦ blue 112

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

Shades of Cutty Sark #637770

Tints of Cutty Sark #637770

RGB

 RED value IS 99 (39.06% from 255) = 30%

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

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

R = 30%
G = 36.06%
B = 33.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#637770 (or 0x637770) is known color: Cutty Sark. HEX triplet: 63, 77 and 70. RGB value is (99,119,112). Sum of RGB (Red+Green+Blue) = 99+119+112=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #637770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637770 is #9C888F. Grayscale: #707070. Windows color (decimal): -10258576 or 7370595. OLE color: 7370595.

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

Color convert

RGB 99 119 112 -
CMYK 0.17 0 0.06 0.53
HSL 159º 0.09% 0.43% -
HSV(B) 159º 0.17% 0.47% -
XYZ 14.67 17.02 17.84 -
YUV 112.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 99 119 112 0.17 0 0.06 0.53 159 0.09 0.43
Hex 63 77 70 11 0 6 35 9F 9 2B
Octal 143 167 160 21 0 6 65 237 11 53
Binary 1100011 1110111 1110000 10001 0 110 110101 10011111 1001 101011

Color Harmonies of #637770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637770

Black with #637770

Text Example


Text Example

White with #637770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637770; }

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

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

background-color css

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

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

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

border-color css

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

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

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