Html Css Color HEX #638A77 Cutty Sark

📋 copy color: '#638A77'

red 99 ◦ green 138 ◦ blue 119

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

Shades of Cutty Sark #638A77

Tints of Cutty Sark #638A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 27.81%
G = 38.76%
B = 33.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#638A77 (or 0x638A77) is known color: Cutty Sark. HEX triplet: 63, 8A and 77. RGB value is (99,138,119). Sum of RGB (Red+Green+Blue) = 99+138+119=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #638A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A77 is #9C7588. Grayscale: #7C7C7C. Windows color (decimal): -10253705 or 7834211. OLE color: 7834211.

HSL color Cylindrical-coordinate representation of color #638A77: hue angle of 150.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A77 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 119 -
CMYK 0.28 0 0.14 0.46
HSL 150.77º 0.16% 0.46% -
HSV(B) 150.77º 0.28% 0.54% -
XYZ 17.56 22.16 20.8 -
YUV 124.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 99 138 119 0.28 0 0.14 0.46 150.77 0.16 0.46
Hex 63 8A 77 1C 0 E 2E 97 10 2E
Octal 143 212 167 34 0 16 56 227 20 56
Binary 1100011 10001010 1110111 11100 0 1110 101110 10010111 10000 101110

Color Harmonies of #638A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A77

Black with #638A77

Text Example


Text Example

White with #638A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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