Html Css Color HEX #7A8489 Regent Grey

📋 copy color: '#7A8489'

red 122 ◦ green 132 ◦ blue 137

#7A8489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent Grey #7A8489

Tints of Regent Grey #7A8489

RGB

 RED value IS 122 (48.05% from 255) = 31.2%

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 31.2%
G = 33.76%
B = 35.04%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A8489 (or 0x7A8489) is known color: Regent Grey. HEX triplet: 7A, 84 and 89. RGB value is (122,132,137). Sum of RGB (Red+Green+Blue) = 122+132+137=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A8489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8489 is #857B76. Grayscale: #818181. Windows color (decimal): -8747895 or 9012346. OLE color: 9012346.

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

Color convert

RGB 122 132 137 -
CMYK 0.11 0.04 0 0.46
HSL 200º 0.06% 0.51% -
HSV(B) 200º 0.11% 0.54% -
XYZ 20.79 22.45 26.9 -
YUV 129.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 122 132 137 0.11 0.04 0 0.46 200 0.06 0.51
Hex 7A 84 89 B 4 0 2E C8 6 33
Octal 172 204 211 13 4 0 56 310 6 63
Binary 1111010 10000100 10001001 1011 100 0 101110 11001000 110 110011

Color Harmonies of #7A8489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8489

Black with #7A8489

Text Example


Text Example

White with #7A8489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,132,137); }

 H1.HeaderClassName
 {
   color: #7A8489;
 }
 .AnyTagClassName
 {
   color: #7A8489;
 }
</style>

background-color css

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

 a { background-color: rgb(122,132,137); }

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

border-color css

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

 span { border-color: rgb(122,132,137); }

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