#76959B

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

Shades of Gothic #76959B

Tints of Gothic #76959B

Color information

#76959B (or 0x76959B) is unknown color: approx Gothic. HEX triplet: 76, 95 and 9B. RGB value is (118,149,155). Sum of RGB (Red+Green+Blue) = 118+149+155=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #76959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76959B is #896A64. Grayscale: #8C8C8C. Windows color (decimal): -9005669 or 10196342. OLE color: 10196342.

HSL color Cylindrical-coordinate representation of color #76959B: 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 #76959B is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118149155-
CMYK0.240.0400.39
HSL189.73º15.61%53.53%-
HSV(B)189.73º23.87%60.78%-
XYZ24.1427.7135.09-
YUV140.42136.23112.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=27.96%
G=35.31%
B=36.73%

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
Decimal1181491550.240.0400.39189.7315.6153.53
Hex76959B184027be1036
Octal1662252333040472762066
Binary111011010010101100110111100010001001111011111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76959B; }

 p { color: rgb(118,149,155); }

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

<style>
 a { background-color: #76959B; }

 a { background-color: rgb(118,149,155); }

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

<style>
 span { border-color: #76959B; }

 span { border-color: rgb(118,149,155); }

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