Html Css Color HEX #769197 Gothic

📋 copy color: '#769197'

red 118 ◦ green 145 ◦ blue 151

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

Shades of Gothic #769197

Tints of Gothic #769197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 151 (59.38% from 255) = 36.47%

R = 28.5%
G = 35.02%
B = 36.47%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#769197 (or 0x769197) is known color: Gothic. HEX triplet: 76, 91 and 97. RGB value is (118,145,151). Sum of RGB (Red+Green+Blue) = 118+145+151=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #769197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769197 is #896E68. Grayscale: #898989. Windows color (decimal): -9006697 or 9933174. OLE color: 9933174.

HSL color Cylindrical-coordinate representation of color #769197: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769197 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 145 151 -
CMYK 0.22 0.04 0 0.41
HSL 190.91º 0.14% 0.53% -
HSV(B) 190.91º 0.22% 0.59% -
XYZ 23.18 26.34 33.14 -
YUV 137.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 118 145 151 0.22 0.04 0 0.41 190.91 0.14 0.53
Hex 76 91 97 16 4 0 29 BF E 35
Octal 166 221 227 26 4 0 51 277 16 65
Binary 1110110 10010001 10010111 10110 100 0 101001 10111111 1110 110101

Color Harmonies of #769197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769197

Black with #769197

Text Example


Text Example

White with #769197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769197; }

 p { color: rgb(118,145,151); }

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

background-color css

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

 a { background-color: rgb(118,145,151); }

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

border-color css

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

 span { border-color: rgb(118,145,151); }

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