#75878B

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

Shades of Regent Grey #75878B

Tints of Regent Grey #75878B

Color information

#75878B (or 0x75878B) is unknown color: approx Regent Grey. HEX triplet: 75, 87 and 8B. RGB value is (117,135,139). Sum of RGB (Red+Green+Blue) = 117+135+139=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #75878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75878B is #8A7874. Grayscale: #828282. Windows color (decimal): -9074805 or 9144181. OLE color: 9144181.

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

Color convert

RGB117135139-
CMYK0.160.0300.45
HSL190.91º8.66%50.2%-
HSV(B)190.91º15.83%54.51%-
XYZ20.6622.9727.77-
YUV130.07133.04118.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=29.92%
G=34.53%
B=35.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171351390.160.0300.45190.918.6650.2
Hex75878B10302Dbf932
Octal1652072132030552771162
Binary1110101100001111000101110000110101101101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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