Html Css Color HEX #7A898B Regent Grey

📋 copy color: '#7A898B'

red 122 ◦ green 137 ◦ blue 139

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

Shades of Regent Grey #7A898B

Tints of Regent Grey #7A898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 30.65%
G = 34.42%
B = 34.92%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A898B (or 0x7A898B) is known color: Regent Grey. HEX triplet: 7A, 89 and 8B. RGB value is (122,137,139). Sum of RGB (Red+Green+Blue) = 122+137+139=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A898B is #857674. Grayscale: #848484. Windows color (decimal): -8746613 or 9144698. OLE color: 9144698.

HSL color Cylindrical-coordinate representation of color #7A898B: hue angle of 187.06º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A898B is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 137 139 -
CMYK 0.12 0.01 0 0.45
HSL 187.06º 0.07% 0.51% -
HSV(B) 187.06º 0.12% 0.55% -
XYZ 21.63 23.89 27.9 -
YUV 132.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 122 137 139 0.12 0.01 0 0.45 187.06 0.07 0.51
Hex 7A 89 8B C 1 0 2D BB 7 33
Octal 172 211 213 14 1 0 55 273 7 63
Binary 1111010 10001001 10001011 1100 1 0 101101 10111011 111 110011

Color Harmonies of #7A898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A898B

Black with #7A898B

Text Example


Text Example

White with #7A898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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