Html Css Color HEX #76959B Gothic

📋 copy color: '#76959B'

red 118 ◦ green 149 ◦ blue 155

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

Shades of Gothic #76959B

Tints of Gothic #76959B

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 value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76959B (or 0x76959B) is known color: 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

RGB 118 149 155 -
CMYK 0.24 0.04 0 0.39
HSL 189.73º 0.16% 0.54% -
HSV(B) 189.73º 0.24% 0.61% -
XYZ 24.14 27.71 35.09 -
YUV 140.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 118 149 155 0.24 0.04 0 0.39 189.73 0.16 0.54
Hex 76 95 9B 18 4 0 27 BE 10 36
Octal 166 225 233 30 4 0 47 276 20 66
Binary 1110110 10010101 10011011 11000 100 0 100111 10111110 10000 110110

Color Harmonies of #76959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76959B

Black with #76959B

Text Example


Text Example

White with #76959B

Text Example


Text Example

HTML Codes & Css Web 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>