Html Css Color HEX #63776F Cutty Sark

📋 copy color: '#63776F'

red 99 ◦ green 119 ◦ blue 111

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

Shades of Cutty Sark #63776F

Tints of Cutty Sark #63776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 30.09%
G = 36.17%
B = 33.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#63776F (or 0x63776F) is known color: Cutty Sark. HEX triplet: 63, 77 and 6F. RGB value is (99,119,111). Sum of RGB (Red+Green+Blue) = 99+119+111=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #63776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63776F is #9C8890. Grayscale: #707070. Windows color (decimal): -10258577 or 7305059. OLE color: 7305059.

HSL color Cylindrical-coordinate representation of color #63776F: hue angle of 156º 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 #63776F is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 99 119 111 -
CMYK 0.17 0 0.07 0.53
HSL 156º 0.09% 0.43% -
HSV(B) 156º 0.17% 0.47% -
XYZ 14.61 16.99 17.55 -
YUV 112.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 99 119 111 0.17 0 0.07 0.53 156 0.09 0.43
Hex 63 77 6F 11 0 7 35 9C 9 2B
Octal 143 167 157 21 0 7 65 234 11 53
Binary 1100011 1110111 1101111 10001 0 111 110101 10011100 1001 101011

Color Harmonies of #63776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63776F

Black with #63776F

Text Example


Text Example

White with #63776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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