#78888E

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

Shades of Regent Grey #78888E

Tints of Regent Grey #78888E

Color information

#78888E (or 0x78888E) is unknown color: approx Regent Grey. HEX triplet: 78, 88 and 8E. RGB value is (120,136,142). Sum of RGB (Red+Green+Blue) = 120+136+142=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #78888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78888E is #877771. Grayscale: #838383. Windows color (decimal): -8877938 or 9341048. OLE color: 9341048.

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

Color convert

RGB120136142-
CMYK0.150.0400.44
HSL196.36º8.87%51.37%-
HSV(B)196.36º15.49%55.69%-
XYZ21.4323.5529.01-
YUV131.9133.7119.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=30.15%
G=34.17%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201361420.150.0400.44196.368.8751.37
Hex78888EF402Cc4933
Octal1702102161740543041163
Binary1111000100010001000111011111000101100110001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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