Html Css Color HEX #7F8887 Oslo Grey

📋 copy color: '#7F8887'

red 127 ◦ green 136 ◦ blue 135

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

Shades of Oslo Grey #7F8887

Tints of Oslo Grey #7F8887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 135 (53.13% from 255) = 33.92%

R = 31.91%
G = 34.17%
B = 33.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#7F8887 (or 0x7F8887) is known color: Oslo Grey. HEX triplet: 7F, 88 and 87. RGB value is (127,136,135). Sum of RGB (Red+Green+Blue) = 127+136+135=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8887 is #807778. Grayscale: #858585. Windows color (decimal): -8419193 or 8882303. OLE color: 8882303.

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

Color convert

RGB 127 136 135 -
CMYK 0.07 0 0.01 0.47
HSL 173.33º 0.04% 0.52% -
HSV(B) 173.33º 0.07% 0.53% -
XYZ 21.93 23.87 26.37 -
YUV 133.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 127 136 135 0.07 0 0.01 0.47 173.33 0.04 0.52
Hex 7F 88 87 7 0 1 2F AD 4 34
Octal 177 210 207 7 0 1 57 255 4 64
Binary 1111111 10001000 10000111 111 0 1 101111 10101101 100 110100

Color Harmonies of #7F8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8887

Black with #7F8887

Text Example


Text Example

White with #7F8887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,136,135); }

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

background-color css

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

 a { background-color: rgb(127,136,135); }

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

border-color css

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

 span { border-color: rgb(127,136,135); }

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