#75848B

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

Shades of Regent Grey #75848B

Tints of Regent Grey #75848B

Color information

#75848B (or 0x75848B) is unknown color: approx Regent Grey. HEX triplet: 75, 84 and 8B. RGB value is (117,132,139). Sum of RGB (Red+Green+Blue) = 117+132+139=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #75848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75848B is #8A7B74. Grayscale: #808080. Windows color (decimal): -9075573 or 9143413. OLE color: 9143413.

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

Color convert

RGB117132139-
CMYK0.160.0500.45
HSL199.09º8.66%50.2%-
HSV(B)199.09º15.83%54.51%-
XYZ20.2522.1527.63-
YUV128.31134.03119.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=30.15%
G=34.02%
B=35.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171321390.160.0500.45199.098.6650.2
Hex75848B10502Dc7932
Octal1652042132050553071162
Binary11101011000010010001011100001010101101110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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