Html Css Color HEX #76959A Gothic

📋 copy color: '#76959A'

red 118 ◦ green 149 ◦ blue 154

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

Shades of Gothic #76959A

Tints of Gothic #76959A

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

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

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

RGB 118 149 154 -
CMYK 0.23 0.03 0 0.40
HSL 188.33º 0.15% 0.53% -
HSV(B) 188.33º 0.23% 0.6% -
XYZ 24.05 27.68 34.65 -
YUV 140.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 118 149 154 0.23 0.03 0 0.40 188.33 0.15 0.53
Hex 76 95 9A 17 3 0 28 BC F 35
Octal 166 225 232 27 3 0 50 274 17 65
Binary 1110110 10010101 10011010 10111 11 0 101000 10111100 1111 110101

Color Harmonies of #76959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76959A

Black with #76959A

Text Example


Text Example

White with #76959A

Text Example


Text Example

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