#778288

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

Shades of Regent Grey #778288

Tints of Regent Grey #778288

Color information

#778288 (or 0x778288) is unknown color: approx Regent Grey. HEX triplet: 77, 82 and 88. RGB value is (119,130,136). Sum of RGB (Red+Green+Blue) = 119+130+136=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 136 - color contains mainly: blue. Hex color #778288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778288 is #887D77. Grayscale: #7F7F7F. Windows color (decimal): -8945016 or 8946295. OLE color: 8946295.

HSL color Cylindrical-coordinate representation of color #778288: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778288 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB119130136-
CMYK0.120.0400.47
HSL201.18º6.67%50%-
HSV(B)201.18º12.5%53.33%-
XYZ20.0321.6626.42-
YUV127.4132.86122.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=30.91%
G=33.77%
B=35.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191301360.120.0400.47201.186.6750
Hex778288C402Fc9732
Octal167202210144057311762
Binary111011110000010100010001100100010111111001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778288; }

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

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

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

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

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

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

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

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