Html Css Color HEX #7F8A89 Oslo Grey

📋 copy color: '#7F8A89'

red 127 ◦ green 138 ◦ blue 137

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

Shades of Oslo Grey #7F8A89

Tints of Oslo Grey #7F8A89

RGB

 RED value IS 127 (50% from 255) = 31.59%

 GREEN value IS 138 (54.3% from 255) = 34.33%

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

R = 31.59%
G = 34.33%
B = 34.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#7F8A89 (or 0x7F8A89) is known color: Oslo Grey. HEX triplet: 7F, 8A and 89. RGB value is (127,138,137). Sum of RGB (Red+Green+Blue) = 127+138+137=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8A89 is #807576. Grayscale: #868686. Windows color (decimal): -8418679 or 9013887. OLE color: 9013887.

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

Color convert

RGB 127 138 137 -
CMYK 0.08 0 0.01 0.46
HSL 174.55º 0.04% 0.52% -
HSV(B) 174.55º 0.08% 0.54% -
XYZ 22.36 24.5 27.22 -
YUV 134.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 127 138 137 0.08 0 0.01 0.46 174.55 0.04 0.52
Hex 7F 8A 89 8 0 1 2E AF 4 34
Octal 177 212 211 10 0 1 56 257 4 64
Binary 1111111 10001010 10001001 1000 0 1 101110 10101111 100 110100

Color Harmonies of #7F8A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8A89

Black with #7F8A89

Text Example


Text Example

White with #7F8A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,138,137); }

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

background-color css

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

 a { background-color: rgb(127,138,137); }

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

border-color css

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

 span { border-color: rgb(127,138,137); }

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