#77969C

Color #77969C Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #77969C

Tints of Gothic #77969C

Color information

#77969C (or 0x77969C) is unknown color: approx Gothic. HEX triplet: 77, 96 and 9C. RGB value is (119,150,156). Sum of RGB (Red+Green+Blue) = 119+150+156=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #77969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77969C is #886963. Grayscale: #8D8D8D. Windows color (decimal): -8939876 or 10262135. OLE color: 10262135.

HSL color Cylindrical-coordinate representation of color #77969C: hue angle of 189.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77969C is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119150156-
CMYK0.240.0400.39
HSL189.73º15.74%53.92%-
HSV(B)189.73º23.72%61.18%-
XYZ24.5128.1335.59-
YUV141.42136.23112.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=28%
G=35.29%
B=36.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191501560.240.0400.39189.7315.7453.92
Hex77969C184027be1036
Octal1672262343040472762066
Binary111011110010110100111001100010001001111011111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77969C; }

 p { color: rgb(119,150,156); }

 H1.HeaderClassName
 {
   color: #77969C;
 }
 .AnyTagClassName
 {
   color: #77969C;
 }
</style>
background-color css

<style>
 a { background-color: #77969C; }

 a { background-color: rgb(119,150,156); }

 div.DivClassName
 {
   background-color: #77969C;
 }
 .BgClassName
 {
   background-color: #77969C;
 }
</style>
border-color css

<style>
 span { border-color: #77969C; }

 span { border-color: rgb(119,150,156); }

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