#76959A

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

Shades of Gothic #76959A

Tints of Gothic #76959A

Color information

#76959A (or 0x76959A) is unknown color: approx Gothic. HEX triplet: 76, 95 and 9A. RGB value is (118,149,154). Sum of RGB (Red+Green+Blue) = 118+149+154=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #76959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76959A is #896A65. Grayscale: #8C8C8C. Windows color (decimal): -9005670 or 10130806. OLE color: 10130806.

HSL color Cylindrical-coordinate representation of color #76959A: hue angle of 188.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76959A is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118149154-
CMYK0.230.0300.40
HSL188.33º15.13%53.33%-
HSV(B)188.33º23.38%60.39%-
XYZ24.0527.6834.65-
YUV140.3135.73112.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=28.03%
G=35.39%
B=36.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181491540.230.0300.40188.3315.1353.33
Hex76959A173028bcf35
Octal1662252322730502741765
Binary1110110100101011001101010111110101000101111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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