#77888E

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

Shades of Regent Grey #77888E

Tints of Regent Grey #77888E

Color information

#77888E (or 0x77888E) is unknown color: approx Regent Grey. HEX triplet: 77, 88 and 8E. RGB value is (119,136,142). Sum of RGB (Red+Green+Blue) = 119+136+142=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #77888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77888E is #887771. Grayscale: #838383. Windows color (decimal): -8943474 or 9341047. OLE color: 9341047.

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

Color convert

RGB119136142-
CMYK0.160.0400.44
HSL195.65º9.24%51.18%-
HSV(B)195.65º16.2%55.69%-
XYZ21.2923.4829-
YUV131.6133.87119.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=29.97%
G=34.26%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191361420.160.0400.44195.659.2451.18
Hex77888E10402Cc4933
Octal1672102162040543041163
Binary11101111000100010001110100001000101100110001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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