#76888B

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

Shades of Regent Grey #76888B

Tints of Regent Grey #76888B

Color information

#76888B (or 0x76888B) is unknown color: approx Regent Grey. HEX triplet: 76, 88 and 8B. RGB value is (118,136,139). Sum of RGB (Red+Green+Blue) = 118+136+139=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #76888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76888B is #897774. Grayscale: #828282. Windows color (decimal): -9009013 or 9144438. OLE color: 9144438.

HSL color Cylindrical-coordinate representation of color #76888B: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76888B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118136139-
CMYK0.150.0200.45
HSL188.57º8.3%50.39%-
HSV(B)188.57º15.11%54.51%-
XYZ20.9423.3227.82-
YUV130.96132.54118.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=30.03%
G=34.61%
B=35.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181361390.150.0200.45188.578.350.39
Hex76888BF202Dbd832
Octal1662102131720552751062
Binary111011010001000100010111111100101101101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76888B; }

 p { color: rgb(118,136,139); }

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

<style>
 a { background-color: #76888B; }

 a { background-color: rgb(118,136,139); }

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

<style>
 span { border-color: #76888B; }

 span { border-color: rgb(118,136,139); }

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