Html Css Color HEX #7A8C89 Oslo Grey

📋 copy color: '#7A8C89'

red 122 ◦ green 140 ◦ blue 137

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

Shades of Oslo Grey #7A8C89

Tints of Oslo Grey #7A8C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 30.58%
G = 35.09%
B = 34.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#7A8C89 (or 0x7A8C89) is known color: Oslo Grey. HEX triplet: 7A, 8C and 89. RGB value is (122,140,137). Sum of RGB (Red+Green+Blue) = 122+140+137=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 140 - color contains mainly: green. Hex color #7A8C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8C89 is #857376. Grayscale: #868686. Windows color (decimal): -8745847 or 9014394. OLE color: 9014394.

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

Color convert

RGB 122 140 137 -
CMYK 0.13 0 0.02 0.45
HSL 170º 0.07% 0.51% -
HSV(B) 170º 0.13% 0.55% -
XYZ 21.92 24.7 27.28 -
YUV 134.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 122 140 137 0.13 0 0.02 0.45 170 0.07 0.51
Hex 7A 8C 89 D 0 2 2D AA 7 33
Octal 172 214 211 15 0 2 55 252 7 63
Binary 1111010 10001100 10001001 1101 0 10 101101 10101010 111 110011

Color Harmonies of #7A8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8C89

Black with #7A8C89

Text Example


Text Example

White with #7A8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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