#76868D

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

Shades of Regent Grey #76868D

Tints of Regent Grey #76868D

Color information

#76868D (or 0x76868D) is unknown color: approx Regent Grey. HEX triplet: 76, 86 and 8D. RGB value is (118,134,141). Sum of RGB (Red+Green+Blue) = 118+134+141=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #76868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76868D is #897972. Grayscale: #818181. Windows color (decimal): -9009523 or 9274998. OLE color: 9274998.

HSL color Cylindrical-coordinate representation of color #76868D: hue angle of 198.26º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76868D is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118134141-
CMYK0.160.0500.45
HSL198.26º9.16%50.78%-
HSV(B)198.26º16.31%55.29%-
XYZ20.822.8228.51-
YUV130.01134.2119.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=30.03%
G=34.10%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181341410.160.0500.45198.269.1650.78
Hex76868D10502Dc6933
Octal1662062152050553061163
Binary11101101000011010001101100001010101101110001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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