Html Css Color HEX #637F74 Cutty Sark

📋 copy color: '#637F74'

red 99 ◦ green 127 ◦ blue 116

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

Shades of Cutty Sark #637F74

Tints of Cutty Sark #637F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 28.95%
G = 37.13%
B = 33.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#637F74 (or 0x637F74) is known color: Cutty Sark. HEX triplet: 63, 7F and 74. RGB value is (99,127,116). Sum of RGB (Red+Green+Blue) = 99+127+116=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #637F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F74 is #9C808B. Grayscale: #757575. Windows color (decimal): -10256524 or 7634787. OLE color: 7634787.

HSL color Cylindrical-coordinate representation of color #637F74: hue angle of 156.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #637F74 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 127 116 -
CMYK 0.22 0 0.09 0.50
HSL 156.43º 0.12% 0.44% -
HSV(B) 156.43º 0.22% 0.5% -
XYZ 15.89 19.09 19.37 -
YUV 117.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 99 127 116 0.22 0 0.09 0.50 156.43 0.12 0.44
Hex 63 7F 74 16 0 9 32 9C C 2C
Octal 143 177 164 26 0 11 62 234 14 54
Binary 1100011 1111111 1110100 10110 0 1001 110010 10011100 1100 101100

Color Harmonies of #637F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F74

Black with #637F74

Text Example


Text Example

White with #637F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,127,116); }

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

background-color css

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

 a { background-color: rgb(99,127,116); }

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

border-color css

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

 span { border-color: rgb(99,127,116); }

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