#75888D

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

Shades of Regent Grey #75888D

Tints of Regent Grey #75888D

Color information

#75888D (or 0x75888D) is unknown color: approx Regent Grey. HEX triplet: 75, 88 and 8D. RGB value is (117,136,141). Sum of RGB (Red+Green+Blue) = 117+136+141=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #75888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888D is #8A7772. Grayscale: #828282. Windows color (decimal): -9074547 or 9275509. OLE color: 9275509.

HSL color Cylindrical-coordinate representation of color #75888D: hue angle of 192.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75888D is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117136141-
CMYK0.170.0400.45
HSL192.5º9.52%50.59%-
HSV(B)192.5º17.02%55.29%-
XYZ20.9523.3128.6-
YUV130.89133.71118.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=29.70%
G=34.52%
B=35.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171361410.170.0400.45192.59.5250.59
Hex75888D11402Dc0a33
Octal1652102152140553001263
Binary11101011000100010001101100011000101101110000001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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