#75888B

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

Shades of Regent Grey #75888B

Tints of Regent Grey #75888B

Color information

#75888B (or 0x75888B) is unknown color: approx Regent Grey. HEX triplet: 75, 88 and 8B. RGB value is (117,136,139). Sum of RGB (Red+Green+Blue) = 117+136+139=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #75888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888B is #8A7774. Grayscale: #828282. Windows color (decimal): -9074549 or 9144437. OLE color: 9144437.

HSL color Cylindrical-coordinate representation of color #75888B: hue angle of 188.18º 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 #75888B is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117136139-
CMYK0.160.0200.45
HSL188.18º8.66%50.2%-
HSV(B)188.18º15.83%54.51%-
XYZ20.823.2527.82-
YUV130.66132.71118.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=29.85%
G=34.69%
B=35.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171361390.160.0200.45188.188.6650.2
Hex75888B10202Dbc932
Octal1652102132020552741162
Binary1110101100010001000101110000100101101101111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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