Html Css Color HEX #76969C Gothic

📋 copy color: '#76969C'

red 118 ◦ green 150 ◦ blue 156

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

Shades of Gothic #76969C

Tints of Gothic #76969C

RGB

 RED value IS 118 (46.48% from 255) = 27.83%

 GREEN value IS 150 (58.98% from 255) = 35.38%

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 27.83%
G = 35.38%
B = 36.79%

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

#76969C (or 0x76969C) is known color: Gothic. HEX triplet: 76, 96 and 9C. RGB value is (118,150,156). Sum of RGB (Red+Green+Blue) = 118+150+156=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #76969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76969C is #896963. Grayscale: #8D8D8D. Windows color (decimal): -9005412 or 10262134. OLE color: 10262134.

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

Color convert

RGB 118 150 156 -
CMYK 0.24 0.04 0 0.39
HSL 189.47º 0.16% 0.54% -
HSV(B) 189.47º 0.24% 0.61% -
XYZ 24.38 28.06 35.58 -
YUV 141.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 118 150 156 0.24 0.04 0 0.39 189.47 0.16 0.54
Hex 76 96 9C 18 4 0 27 BD 10 36
Octal 166 226 234 30 4 0 47 275 20 66
Binary 1110110 10010110 10011100 11000 100 0 100111 10111101 10000 110110

Color Harmonies of #76969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76969C

Black with #76969C

Text Example


Text Example

White with #76969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76969C;
 }
 .AnyTagClassName
 {
   color: #76969C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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