Html Css Color HEX #638B77 Cutty Sark

📋 copy color: '#638B77'

red 99 ◦ green 139 ◦ blue 119

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

Shades of Cutty Sark #638B77

Tints of Cutty Sark #638B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.94%

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

R = 27.73%
G = 38.94%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#638B77 (or 0x638B77) is known color: Cutty Sark. HEX triplet: 63, 8B and 77. RGB value is (99,139,119). Sum of RGB (Red+Green+Blue) = 99+139+119=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #638B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B77 is #9C7488. Grayscale: #7C7C7C. Windows color (decimal): -10253449 or 7834467. OLE color: 7834467.

HSL color Cylindrical-coordinate representation of color #638B77: hue angle of 150º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B77 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 139 119 -
CMYK 0.29 0 0.14 0.45
HSL 150º 0.17% 0.47% -
HSV(B) 150º 0.29% 0.55% -
XYZ 17.71 22.45 20.85 -
YUV 124.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 99 139 119 0.29 0 0.14 0.45 150 0.17 0.47
Hex 63 8B 77 1D 0 E 2D 96 11 2F
Octal 143 213 167 35 0 16 55 226 21 57
Binary 1100011 10001011 1110111 11101 0 1110 101101 10010110 10001 101111

Color Harmonies of #638B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638B77

Black with #638B77

Text Example


Text Example

White with #638B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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