#75888A

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

Shades of Regent Grey #75888A

Tints of Regent Grey #75888A

Color information

#75888A (or 0x75888A) is unknown color: approx Regent Grey. HEX triplet: 75, 88 and 8A. RGB value is (117,136,138). Sum of RGB (Red+Green+Blue) = 117+136+138=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #75888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75888A is #8A7775. Grayscale: #828282. Windows color (decimal): -9074550 or 9078901. OLE color: 9078901.

HSL color Cylindrical-coordinate representation of color #75888A: hue angle of 185.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75888A is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117136138-
CMYK0.150.0100.46
HSL185.71º8.24%50%-
HSV(B)185.71º15.22%54.12%-
XYZ20.7323.2327.44-
YUV130.55132.21118.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=29.92%
G=34.78%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171361380.150.0100.46185.718.2450
Hex75888AF102Eba832
Octal1652102121710562721062
Binary11101011000100010001010111110101110101110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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