Html Css Color HEX #75898B Gothic

📋 copy color: '#75898B'

red 117 ◦ green 137 ◦ blue 139

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

Shades of Gothic #75898B

Tints of Gothic #75898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 29.77%
G = 34.86%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75898B (or 0x75898B) is known color: Gothic. HEX triplet: 75, 89 and 8B. RGB value is (117,137,139). Sum of RGB (Red+Green+Blue) = 117+137+139=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #75898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75898B is #8A7674. Grayscale: #838383. Windows color (decimal): -9074293 or 9144693. OLE color: 9144693.

HSL color Cylindrical-coordinate representation of color #75898B: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75898B is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 137 139 -
CMYK 0.16 0.01 0 0.45
HSL 185.45º 0.09% 0.5% -
HSV(B) 185.45º 0.16% 0.55% -
XYZ 20.94 23.54 27.87 -
YUV 131.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 117 137 139 0.16 0.01 0 0.45 185.45 0.09 0.5
Hex 75 89 8B 10 1 0 2D B9 9 32
Octal 165 211 213 20 1 0 55 271 11 62
Binary 1110101 10001001 10001011 10000 1 0 101101 10111001 1001 110010

Color Harmonies of #75898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75898B

Black with #75898B

Text Example


Text Example

White with #75898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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