Html Css Color HEX #759098 Gothic

📋 copy color: '#759098'

red 117 ◦ green 144 ◦ blue 152

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

Shades of Gothic #759098

Tints of Gothic #759098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 28.33%
G = 34.87%
B = 36.8%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#759098 (or 0x759098) is known color: Gothic. HEX triplet: 75, 90 and 98. RGB value is (117,144,152). Sum of RGB (Red+Green+Blue) = 117+144+152=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #759098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759098 is #8A6F67. Grayscale: #888888. Windows color (decimal): -9072488 or 9998453. OLE color: 9998453.

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

Color convert

RGB 117 144 152 -
CMYK 0.23 0.05 0 0.40
HSL 193.71º 0.15% 0.53% -
HSV(B) 193.71º 0.23% 0.6% -
XYZ 22.98 26 33.51 -
YUV 136.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 117 144 152 0.23 0.05 0 0.40 193.71 0.15 0.53
Hex 75 90 98 17 5 0 28 C2 F 35
Octal 165 220 230 27 5 0 50 302 17 65
Binary 1110101 10010000 10011000 10111 101 0 101000 11000010 1111 110101

Color Harmonies of #759098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759098

Black with #759098

Text Example


Text Example

White with #759098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759098; }

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

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

background-color css

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

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

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

border-color css

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

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

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