Html Css Color HEX #7F8C89 Oslo Grey

📋 copy color: '#7F8C89'

red 127 ◦ green 140 ◦ blue 137

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

Shades of Oslo Grey #7F8C89

Tints of Oslo Grey #7F8C89

RGB

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

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

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

R = 31.44%
G = 34.65%
B = 33.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#7F8C89 (or 0x7F8C89) is known color: Oslo Grey. HEX triplet: 7F, 8C and 89. RGB value is (127,140,137). Sum of RGB (Red+Green+Blue) = 127+140+137=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8C89 is #807376. Grayscale: #878787. Windows color (decimal): -8418167 or 9014399. OLE color: 9014399.

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

Color convert

RGB 127 140 137 -
CMYK 0.09 0 0.02 0.45
HSL 166.15º 0.05% 0.52% -
HSV(B) 166.15º 0.09% 0.55% -
XYZ 22.65 25.07 27.31 -
YUV 135.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 127 140 137 0.09 0 0.02 0.45 166.15 0.05 0.52
Hex 7F 8C 89 9 0 2 2D A6 5 34
Octal 177 214 211 11 0 2 55 246 5 64
Binary 1111111 10001100 10001001 1001 0 10 101101 10100110 101 110100

Color Harmonies of #7F8C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8C89

Black with #7F8C89

Text Example


Text Example

White with #7F8C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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