#7A878A

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

Shades of Regent Grey #7A878A

Tints of Regent Grey #7A878A

Color information

#7A878A (or 0x7A878A) is unknown color: approx Regent Grey. HEX triplet: 7A, 87 and 8A. RGB value is (122,135,138). Sum of RGB (Red+Green+Blue) = 122+135+138=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A878A is #857875. Grayscale: #838383. Windows color (decimal): -8747126 or 9078650. OLE color: 9078650.

HSL color Cylindrical-coordinate representation of color #7A878A: hue angle of 191.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A878A is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB122135138-
CMYK0.120.0200.46
HSL191.25º6.4%50.98%-
HSV(B)191.25º11.59%54.12%-
XYZ21.2823.327.42-
YUV131.45131.69121.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=30.89%
G=34.18%
B=34.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221351380.120.0200.46191.256.450.98
Hex7A878AC202Ebf633
Octal172207212142056277663
Binary11110101000011110001010110010010111010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A878A; }

 p { color: rgb(122,135,138); }

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

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

 a { background-color: rgb(122,135,138); }

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

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

 span { border-color: rgb(122,135,138); }

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