Html Css Color HEX #759097 Gothic

📋 copy color: '#759097'

red 117 ◦ green 144 ◦ blue 151

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

Shades of Gothic #759097

Tints of Gothic #759097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 28.4%
G = 34.95%
B = 36.65%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#759097 (or 0x759097) is known color: Gothic. HEX triplet: 75, 90 and 97. RGB value is (117,144,151). Sum of RGB (Red+Green+Blue) = 117+144+151=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 151 - color contains mainly: blue. Hex color #759097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759097 is #8A6F68. Grayscale: #888888. Windows color (decimal): -9072489 or 9932917. OLE color: 9932917.

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

Color convert

RGB 117 144 151 -
CMYK 0.23 0.05 0 0.41
HSL 192.35º 0.14% 0.53% -
HSV(B) 192.35º 0.23% 0.59% -
XYZ 22.9 25.96 33.08 -
YUV 136.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 117 144 151 0.23 0.05 0 0.41 192.35 0.14 0.53
Hex 75 90 97 17 5 0 29 C0 E 35
Octal 165 220 227 27 5 0 51 300 16 65
Binary 1110101 10010000 10010111 10111 101 0 101001 11000000 1110 110101

Color Harmonies of #759097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759097

Black with #759097

Text Example


Text Example

White with #759097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759097; }

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

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

background-color css

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

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

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

border-color css

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

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

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