#75888E

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

Shades of Regent Grey #75888E

Tints of Regent Grey #75888E

Color information

#75888E (or 0x75888E) is unknown color: approx Regent Grey. HEX triplet: 75, 88 and 8E. RGB value is (117,136,142). Sum of RGB (Red+Green+Blue) = 117+136+142=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #75888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888E is #8A7771. Grayscale: #828282. Windows color (decimal): -9074546 or 9341045. OLE color: 9341045.

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

Color convert

RGB117136142-
CMYK0.180.0400.44
HSL194.4º9.96%50.78%-
HSV(B)194.4º17.61%55.69%-
XYZ21.0223.3428.99-
YUV131134.21118.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=29.62%
G=34.43%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171361420.180.0400.44194.49.9650.78
Hex75888E12402Cc2a33
Octal1652102162240543021263
Binary11101011000100010001110100101000101100110000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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