Html Css Color HEX #758E95 Gothic

📋 copy color: '#758E95'

red 117 ◦ green 142 ◦ blue 149

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

Shades of Gothic #758E95

Tints of Gothic #758E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.8%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 28.68%
G = 34.8%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758E95 (or 0x758E95) is known color: Gothic. HEX triplet: 75, 8E and 95. RGB value is (117,142,149). Sum of RGB (Red+Green+Blue) = 117+142+149=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #758E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E95 is #8A716A. Grayscale: #878787. Windows color (decimal): -9073003 or 9801333. OLE color: 9801333.

HSL color Cylindrical-coordinate representation of color #758E95: hue angle of 193.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758E95 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 142 149 -
CMYK 0.21 0.05 0 0.42
HSL 193.13º 0.13% 0.52% -
HSV(B) 193.13º 0.21% 0.58% -
XYZ 22.43 25.3 32.13 -
YUV 135.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 117 142 149 0.21 0.05 0 0.42 193.13 0.13 0.52
Hex 75 8E 95 15 5 0 2A C1 D 34
Octal 165 216 225 25 5 0 52 301 15 64
Binary 1110101 10001110 10010101 10101 101 0 101010 11000001 1101 110100

Color Harmonies of #758E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E95

Black with #758E95

Text Example


Text Example

White with #758E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,142,149); }

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

background-color css

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

 a { background-color: rgb(117,142,149); }

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

border-color css

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

 span { border-color: rgb(117,142,149); }

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