#77868E

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

Shades of Regent Grey #77868E

Tints of Regent Grey #77868E

Color information

#77868E (or 0x77868E) is unknown color: approx Regent Grey. HEX triplet: 77, 86 and 8E. RGB value is (119,134,142). Sum of RGB (Red+Green+Blue) = 119+134+142=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #77868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77868E is #887971. Grayscale: #828282. Windows color (decimal): -8943986 or 9340535. OLE color: 9340535.

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

Color convert

RGB119134142-
CMYK0.160.0600.44
HSL200.87º9.24%51.18%-
HSV(B)200.87º16.2%55.69%-
XYZ21.0222.9328.91-
YUV130.43134.53119.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=30.13%
G=33.92%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191341420.160.0600.44200.879.2451.18
Hex77868E10602Cc9933
Octal1672062162060543111163
Binary11101111000011010001110100001100101100110010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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