Html Css Color HEX #759196 Gothic

📋 copy color: '#759196'

red 117 ◦ green 145 ◦ blue 150

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

Shades of Gothic #759196

Tints of Gothic #759196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 28.4%
G = 35.19%
B = 36.41%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#759196 (or 0x759196) is known color: Gothic. HEX triplet: 75, 91 and 96. RGB value is (117,145,150). Sum of RGB (Red+Green+Blue) = 117+145+150=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #759196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759196 is #8A6E69. Grayscale: #898989. Windows color (decimal): -9072234 or 9867637. OLE color: 9867637.

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

Color convert

RGB 117 145 150 -
CMYK 0.22 0.03 0 0.41
HSL 189.09º 0.14% 0.52% -
HSV(B) 189.09º 0.22% 0.59% -
XYZ 22.97 26.23 32.71 -
YUV 137.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 117 145 150 0.22 0.03 0 0.41 189.09 0.14 0.52
Hex 75 91 96 16 3 0 29 BD E 34
Octal 165 221 226 26 3 0 51 275 16 64
Binary 1110101 10010001 10010110 10110 11 0 101001 10111101 1110 110100

Color Harmonies of #759196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759196

Black with #759196

Text Example


Text Example

White with #759196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759196; }

 p { color: rgb(117,145,150); }

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

background-color css

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

 a { background-color: rgb(117,145,150); }

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

border-color css

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

 span { border-color: rgb(117,145,150); }

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