#76878B

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

Shades of Regent Grey #76878B

Tints of Regent Grey #76878B

Color information

#76878B (or 0x76878B) is unknown color: approx Regent Grey. HEX triplet: 76, 87 and 8B. RGB value is (118,135,139). Sum of RGB (Red+Green+Blue) = 118+135+139=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #76878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76878B is #897874. Grayscale: #828282. Windows color (decimal): -9009269 or 9144182. OLE color: 9144182.

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

Color convert

RGB118135139-
CMYK0.150.0300.45
HSL191.43º8.3%50.39%-
HSV(B)191.43º15.11%54.51%-
XYZ20.823.0427.78-
YUV130.37132.87119.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=30.10%
G=34.44%
B=35.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181351390.150.0300.45191.438.350.39
Hex76878BF302Dbf832
Octal1662072131730552771062
Binary111011010000111100010111111110101101101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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