Html Css Color HEX #769198 Gothic

📋 copy color: '#769198'

red 118 ◦ green 145 ◦ blue 152

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

Shades of Gothic #769198

Tints of Gothic #769198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 28.43%
G = 34.94%
B = 36.63%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#769198 (or 0x769198) is known color: Gothic. HEX triplet: 76, 91 and 98. RGB value is (118,145,152). Sum of RGB (Red+Green+Blue) = 118+145+152=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #769198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769198 is #896E67. Grayscale: #898989. Windows color (decimal): -9006696 or 9998710. OLE color: 9998710.

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

Color convert

RGB 118 145 152 -
CMYK 0.22 0.05 0 0.40
HSL 192.35º 0.14% 0.53% -
HSV(B) 192.35º 0.22% 0.6% -
XYZ 23.26 26.37 33.57 -
YUV 137.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 118 145 152 0.22 0.05 0 0.40 192.35 0.14 0.53
Hex 76 91 98 16 5 0 28 C0 E 35
Octal 166 221 230 26 5 0 50 300 16 65
Binary 1110110 10010001 10011000 10110 101 0 101000 11000000 1110 110101

Color Harmonies of #769198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769198

Black with #769198

Text Example


Text Example

White with #769198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769198; }

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

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

background-color css

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

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

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

border-color css

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

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

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