Html Css Color HEX #758B8F Gothic

📋 copy color: '#758B8F'

red 117 ◦ green 139 ◦ blue 143

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

Shades of Gothic #758B8F

Tints of Gothic #758B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 29.32%
G = 34.84%
B = 35.84%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#758B8F (or 0x758B8F) is known color: Gothic. HEX triplet: 75, 8B and 8F. RGB value is (117,139,143). Sum of RGB (Red+Green+Blue) = 117+139+143=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #758B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B8F is #8A7470. Grayscale: #848484. Windows color (decimal): -9073777 or 9407349. OLE color: 9407349.

HSL color Cylindrical-coordinate representation of color #758B8F: hue angle of 189.23º 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 #758B8F is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 139 143 -
CMYK 0.18 0.03 0 0.44
HSL 189.23º 0.1% 0.51% -
HSV(B) 189.23º 0.18% 0.56% -
XYZ 21.53 24.23 29.53 -
YUV 132.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 117 139 143 0.18 0.03 0 0.44 189.23 0.1 0.51
Hex 75 8B 8F 12 3 0 2C BD A 33
Octal 165 213 217 22 3 0 54 275 12 63
Binary 1110101 10001011 10001111 10010 11 0 101100 10111101 1010 110011

Color Harmonies of #758B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B8F

Black with #758B8F

Text Example


Text Example

White with #758B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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