Html Css Color HEX #769298 Gothic

📋 copy color: '#769298'

red 118 ◦ green 146 ◦ blue 152

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

Shades of Gothic #769298

Tints of Gothic #769298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 28.37%
G = 35.1%
B = 36.54%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#769298 (or 0x769298) is known color: Gothic. HEX triplet: 76, 92 and 98. RGB value is (118,146,152). Sum of RGB (Red+Green+Blue) = 118+146+152=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 152 - color contains mainly: blue. Hex color #769298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769298 is #896D67. Grayscale: #8A8A8A. Windows color (decimal): -9006440 or 9998966. OLE color: 9998966.

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

Color convert

RGB 118 146 152 -
CMYK 0.22 0.04 0 0.40
HSL 190.59º 0.14% 0.53% -
HSV(B) 190.59º 0.22% 0.6% -
XYZ 23.42 26.68 33.62 -
YUV 138.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 118 146 152 0.22 0.04 0 0.40 190.59 0.14 0.53
Hex 76 92 98 16 4 0 28 BF E 35
Octal 166 222 230 26 4 0 50 277 16 65
Binary 1110110 10010010 10011000 10110 100 0 101000 10111111 1110 110101

Color Harmonies of #769298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769298

Black with #769298

Text Example


Text Example

White with #769298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769298; }

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

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

background-color css

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

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

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

border-color css

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

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

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