#75838B

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

Shades of Regent Grey #75838B

Tints of Regent Grey #75838B

Color information

#75838B (or 0x75838B) is unknown color: approx Regent Grey. HEX triplet: 75, 83 and 8B. RGB value is (117,131,139). Sum of RGB (Red+Green+Blue) = 117+131+139=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #75838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838B is #8A7C74. Grayscale: #7F7F7F. Windows color (decimal): -9075829 or 9143157. OLE color: 9143157.

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

Color convert

RGB117131139-
CMYK0.160.0600.45
HSL201.82º8.66%50.2%-
HSV(B)201.82º15.83%54.51%-
XYZ20.1121.8827.59-
YUV127.73134.36120.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=30.23%
G=33.85%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171311390.160.0600.45201.828.6650.2
Hex75838B10602Dca932
Octal1652032132060553121162
Binary11101011000001110001011100001100101101110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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