#76878D

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

Shades of Regent Grey #76878D

Tints of Regent Grey #76878D

Color information

#76878D (or 0x76878D) is unknown color: approx Regent Grey. HEX triplet: 76, 87 and 8D. RGB value is (118,135,141). Sum of RGB (Red+Green+Blue) = 118+135+141=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #76878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76878D is #897872. Grayscale: #828282. Windows color (decimal): -9009267 or 9275254. OLE color: 9275254.

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

Color convert

RGB118135141-
CMYK0.160.0400.45
HSL195.65º9.16%50.78%-
HSV(B)195.65º16.31%55.29%-
XYZ20.9423.128.55-
YUV130.6133.87119.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=29.95%
G=34.26%
B=35.79%

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
Decimal1181351410.160.0400.45195.659.1650.78
Hex76878D10402Dc4933
Octal1662072152040553041163
Binary11101101000011110001101100001000101101110001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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