Html Css Color HEX #637A70 Cutty Sark

📋 copy color: '#637A70'

red 99 ◦ green 122 ◦ blue 112

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

Shades of Cutty Sark #637A70

Tints of Cutty Sark #637A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

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

R = 29.73%
G = 36.64%
B = 33.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#637A70 (or 0x637A70) is known color: Cutty Sark. HEX triplet: 63, 7A and 70. RGB value is (99,122,112). Sum of RGB (Red+Green+Blue) = 99+122+112=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 122 - color contains mainly: green. Hex color #637A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637A70 is #9C858F. Grayscale: #727272. Windows color (decimal): -10257808 or 7371363. OLE color: 7371363.

HSL color Cylindrical-coordinate representation of color #637A70: hue angle of 153.91º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #637A70 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 99 122 112 -
CMYK 0.19 0 0.08 0.52
HSL 153.91º 0.1% 0.43% -
HSV(B) 153.91º 0.19% 0.48% -
XYZ 15.03 17.74 17.96 -
YUV 113.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 99 122 112 0.19 0 0.08 0.52 153.91 0.1 0.43
Hex 63 7A 70 13 0 8 34 9A A 2B
Octal 143 172 160 23 0 10 64 232 12 53
Binary 1100011 1111010 1110000 10011 0 1000 110100 10011010 1010 101011

Color Harmonies of #637A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637A70

Black with #637A70

Text Example


Text Example

White with #637A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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