Html Css Color HEX #758B91 Gothic

📋 copy color: '#758B91'

red 117 ◦ green 139 ◦ blue 145

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

Shades of Gothic #758B91

Tints of Gothic #758B91

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 29.18%
G = 34.66%
B = 36.16%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#758B91 (or 0x758B91) is known color: Gothic. HEX triplet: 75, 8B and 91. RGB value is (117,139,145). Sum of RGB (Red+Green+Blue) = 117+139+145=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #758B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B91 is #8A746E. Grayscale: #858585. Windows color (decimal): -9073775 or 9538421. OLE color: 9538421.

HSL color Cylindrical-coordinate representation of color #758B91: hue angle of 192.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758B91 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 139 145 -
CMYK 0.19 0.04 0 0.43
HSL 192.86º 0.11% 0.51% -
HSV(B) 192.86º 0.19% 0.57% -
XYZ 21.68 24.29 30.33 -
YUV 133.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 117 139 145 0.19 0.04 0 0.43 192.86 0.11 0.51
Hex 75 8B 91 13 4 0 2B C1 B 33
Octal 165 213 221 23 4 0 53 301 13 63
Binary 1110101 10001011 10010001 10011 100 0 101011 11000001 1011 110011

Color Harmonies of #758B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B91

Black with #758B91

Text Example


Text Example

White with #758B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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