Html Css Color HEX #769398 Gothic

📋 copy color: '#769398'

red 118 ◦ green 147 ◦ blue 152

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

Shades of Gothic #769398

Tints of Gothic #769398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 28.3%
G = 35.25%
B = 36.45%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#769398 (or 0x769398) is known color: Gothic. HEX triplet: 76, 93 and 98. RGB value is (118,147,152). Sum of RGB (Red+Green+Blue) = 118+147+152=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #769398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769398 is #896C67. Grayscale: #8A8A8A. Windows color (decimal): -9006184 or 9999222. OLE color: 9999222.

HSL color Cylindrical-coordinate representation of color #769398: hue angle of 188.82º 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 #769398 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 147 152 -
CMYK 0.22 0.03 0 0.40
HSL 188.82º 0.14% 0.53% -
HSV(B) 188.82º 0.22% 0.6% -
XYZ 23.57 26.99 33.67 -
YUV 138.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 118 147 152 0.22 0.03 0 0.40 188.82 0.14 0.53
Hex 76 93 98 16 3 0 28 BD E 35
Octal 166 223 230 26 3 0 50 275 16 65
Binary 1110110 10010011 10011000 10110 11 0 101000 10111101 1110 110101

Color Harmonies of #769398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769398

Black with #769398

Text Example


Text Example

White with #769398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769398; }

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

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

background-color css

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

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

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

border-color css

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

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

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