#75898E

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

Shades of Regent Grey #75898E

Tints of Regent Grey #75898E

Color information

#75898E (or 0x75898E) is unknown color: approx Regent Grey. HEX triplet: 75, 89 and 8E. RGB value is (117,137,142). Sum of RGB (Red+Green+Blue) = 117+137+142=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #75898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75898E is #8A7671. Grayscale: #838383. Windows color (decimal): -9074290 or 9341301. OLE color: 9341301.

HSL color Cylindrical-coordinate representation of color #75898E: hue angle of 192º 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 #75898E is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117137142-
CMYK0.180.0400.44
HSL192º9.96%50.78%-
HSV(B)192º17.61%55.69%-
XYZ21.1623.6329.04-
YUV131.59133.87117.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=29.55%
G=34.60%
B=35.86%

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
Decimal1171371420.180.0400.441929.9650.78
Hex75898E12402Cc0a33
Octal1652112162240543001263
Binary11101011000100110001110100101000101100110000001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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