#77868F

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

Shades of Regent Grey #77868F

Tints of Regent Grey #77868F

Color information

#77868F (or 0x77868F) is unknown color: approx Regent Grey. HEX triplet: 77, 86 and 8F. RGB value is (119,134,143). Sum of RGB (Red+Green+Blue) = 119+134+143=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 143 - color contains mainly: blue. Hex color #77868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77868F is #887970. Grayscale: #828282. Windows color (decimal): -8943985 or 9406071. OLE color: 9406071.

HSL color Cylindrical-coordinate representation of color #77868F: hue angle of 202.5º 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 #77868F is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119134143-
CMYK0.170.0600.44
HSL202.5º9.68%51.37%-
HSV(B)202.5º16.78%56.08%-
XYZ21.0922.9629.31-
YUV130.54135.03119.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=30.05%
G=33.84%
B=36.11%

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
Decimal1191341430.170.0600.44202.59.6851.37
Hex77868F11602Ccaa33
Octal1672062172160543121263
Binary11101111000011010001111100011100101100110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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