#75969B

Color #75969B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #75969B

Tints of Gothic #75969B

Color information

#75969B (or 0x75969B) is unknown color: approx Gothic. HEX triplet: 75, 96 and 9B. RGB value is (117,150,155). Sum of RGB (Red+Green+Blue) = 117+150+155=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #75969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75969B is #8A6964. Grayscale: #8C8C8C. Windows color (decimal): -9070949 or 10196597. OLE color: 10196597.

HSL color Cylindrical-coordinate representation of color #75969B: hue angle of 187.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75969B is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117150155-
CMYK0.250.0300.39
HSL187.89º15.97%53.33%-
HSV(B)187.89º24.52%60.78%-
XYZ24.1627.9635.13-
YUV140.7136.07111.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=27.73%
G=35.55%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171501550.250.0300.39187.8915.9753.33
Hex75969B193027bc1035
Octal1652262333130472742065
Binary11101011001011010011011110011101001111011110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,150,155); }

 H1.HeaderClassName
 {
   color: #75969B;
 }
 .AnyTagClassName
 {
   color: #75969B;
 }
</style>
background-color css

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

 a { background-color: rgb(117,150,155); }

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

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

 span { border-color: rgb(117,150,155); }

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