#76888D

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

Shades of Regent Grey #76888D

Tints of Regent Grey #76888D

Color information

#76888D (or 0x76888D) is unknown color: approx Regent Grey. HEX triplet: 76, 88 and 8D. RGB value is (118,136,141). Sum of RGB (Red+Green+Blue) = 118+136+141=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #76888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76888D is #897772. Grayscale: #838383. Windows color (decimal): -9009011 or 9275510. OLE color: 9275510.

HSL color Cylindrical-coordinate representation of color #76888D: hue angle of 193.04º 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 #76888D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118136141-
CMYK0.160.0400.45
HSL193.04º9.16%50.78%-
HSV(B)193.04º16.31%55.29%-
XYZ21.0823.3828.6-
YUV131.19133.54118.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=29.87%
G=34.43%
B=35.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181361410.160.0400.45193.049.1650.78
Hex76888D10402Dc1933
Octal1662102152040553011163
Binary11101101000100010001101100001000101101110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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