#75868D

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

Shades of Regent Grey #75868D

Tints of Regent Grey #75868D

Color information

#75868D (or 0x75868D) is unknown color: approx Regent Grey. HEX triplet: 75, 86 and 8D. RGB value is (117,134,141). Sum of RGB (Red+Green+Blue) = 117+134+141=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #75868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75868D is #8A7972. Grayscale: #818181. Windows color (decimal): -9075059 or 9274997. OLE color: 9274997.

HSL color Cylindrical-coordinate representation of color #75868D: hue angle of 197.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 #75868D is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117134141-
CMYK0.170.0500.45
HSL197.5º9.52%50.59%-
HSV(B)197.5º17.02%55.29%-
XYZ20.6722.7628.5-
YUV129.72134.37118.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=29.85%
G=34.18%
B=35.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171341410.170.0500.45197.59.5250.59
Hex75868D11502Dc5a33
Octal1652062152150553051263
Binary11101011000011010001101100011010101101110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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