Html Css Color HEX #759298 Gothic

📋 copy color: '#759298'

red 117 ◦ green 146 ◦ blue 152

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

Shades of Gothic #759298

Tints of Gothic #759298

RGB

 RED value IS 117 (46.09% from 255) = 28.19%

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

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

R = 28.19%
G = 35.18%
B = 36.63%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#759298 (or 0x759298) is known color: Gothic. HEX triplet: 75, 92 and 98. RGB value is (117,146,152). Sum of RGB (Red+Green+Blue) = 117+146+152=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 146 (57.42% from 255 or 35.18% 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 #759298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759298 is #8A6D67. Grayscale: #898989. Windows color (decimal): -9071976 or 9998965. OLE color: 9998965.

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

Color convert

RGB 117 146 152 -
CMYK 0.23 0.04 0 0.40
HSL 190.29º 0.15% 0.53% -
HSV(B) 190.29º 0.23% 0.6% -
XYZ 23.28 26.61 33.61 -
YUV 138.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 117 146 152 0.23 0.04 0 0.40 190.29 0.15 0.53
Hex 75 92 98 17 4 0 28 BE F 35
Octal 165 222 230 27 4 0 50 276 17 65
Binary 1110101 10010010 10011000 10111 100 0 101000 10111110 1111 110101

Color Harmonies of #759298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759298

Black with #759298

Text Example


Text Example

White with #759298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759298; }

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

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

background-color css

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

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

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

border-color css

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

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

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