#76868F

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

Shades of Regent Grey #76868F

Tints of Regent Grey #76868F

Color information

#76868F (or 0x76868F) is unknown color: approx Regent Grey. HEX triplet: 76, 86 and 8F. RGB value is (118,134,143). Sum of RGB (Red+Green+Blue) = 118+134+143=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #76868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76868F is #897970. Grayscale: #828282. Windows color (decimal): -9009521 or 9406070. OLE color: 9406070.

HSL color Cylindrical-coordinate representation of color #76868F: hue angle of 201.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76868F is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118134143-
CMYK0.170.0600.44
HSL201.6º10.04%51.18%-
HSV(B)201.6º17.48%56.08%-
XYZ20.9522.8829.3-
YUV130.24135.2119.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=29.87%
G=33.92%
B=36.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181341430.170.0600.44201.610.0451.18
Hex76868F11602Ccaa33
Octal1662062172160543121263
Binary11101101000011010001111100011100101100110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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