Html Css Color HEX #758B8E Gothic

📋 copy color: '#758B8E'

red 117 ◦ green 139 ◦ blue 142

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

Shades of Gothic #758B8E

Tints of Gothic #758B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 29.4%
G = 34.92%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#758B8E (or 0x758B8E) is known color: Gothic. HEX triplet: 75, 8B and 8E. RGB value is (117,139,142). Sum of RGB (Red+Green+Blue) = 117+139+142=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #758B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B8E is #8A7471. Grayscale: #848484. Windows color (decimal): -9073778 or 9341813. OLE color: 9341813.

HSL color Cylindrical-coordinate representation of color #758B8E: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758B8E is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 139 142 -
CMYK 0.18 0.02 0 0.44
HSL 187.2º 0.1% 0.51% -
HSV(B) 187.2º 0.18% 0.56% -
XYZ 21.45 24.2 29.13 -
YUV 132.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 117 139 142 0.18 0.02 0 0.44 187.2 0.1 0.51
Hex 75 8B 8E 12 2 0 2C BB A 33
Octal 165 213 216 22 2 0 54 273 12 63
Binary 1110101 10001011 10001110 10010 10 0 101100 10111011 1010 110011

Color Harmonies of #758B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B8E

Black with #758B8E

Text Example


Text Example

White with #758B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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