#75868A

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

Shades of Regent Grey #75868A

Tints of Regent Grey #75868A

Color information

#75868A (or 0x75868A) is unknown color: approx Regent Grey. HEX triplet: 75, 86 and 8A. RGB value is (117,134,138). Sum of RGB (Red+Green+Blue) = 117+134+138=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #75868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75868A is #8A7975. Grayscale: #818181. Windows color (decimal): -9075062 or 9078389. OLE color: 9078389.

HSL color Cylindrical-coordinate representation of color #75868A: hue angle of 191.43º 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 #75868A is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117134138-
CMYK0.150.0300.46
HSL191.43º8.24%50%-
HSV(B)191.43º15.22%54.12%-
XYZ20.4522.6727.34-
YUV129.37132.87119.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=30.08%
G=34.45%
B=35.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171341380.150.0300.46191.438.2450
Hex75868AF302Ebf832
Octal1652062121730562771062
Binary111010110000110100010101111110101110101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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