#63776F

Color #63776F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #63776F

Tints of Cutty Sark #63776F

Color information

#63776F (or 0x63776F) is unknown color: approx 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

RGB99119111-
CMYK0.1700.070.53
HSL156º9.17%42.75%-
HSV(B)156º16.81%46.67%-
XYZ14.6116.9917.55-
YUV112.11127.37118.65-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991191110.1700.070.531569.1742.75
Hex63776F1107359c92b
Octal1431671572107652341153
Binary110001111101111101111100010111110101100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>