Html Css Color HEX #7F8684 Oslo Grey

📋 copy color: '#7F8684'

red 127 ◦ green 134 ◦ blue 132

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

Shades of Oslo Grey #7F8684

Tints of Oslo Grey #7F8684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 32.32%
G = 34.1%
B = 33.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#7F8684 (or 0x7F8684) is known color: Oslo Grey. HEX triplet: 7F, 86 and 84. RGB value is (127,134,132). Sum of RGB (Red+Green+Blue) = 127+134+132=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8684 is #80797B. Grayscale: #838383. Windows color (decimal): -8419708 or 8685183. OLE color: 8685183.

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

Color convert

RGB 127 134 132 -
CMYK 0.05 0 0.01 0.47
HSL 162.86º 0.03% 0.51% -
HSV(B) 162.86º 0.05% 0.53% -
XYZ 21.44 23.23 25.18 -
YUV 131.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 127 134 132 0.05 0 0.01 0.47 162.86 0.03 0.51
Hex 7F 86 84 5 0 1 2F A3 3 33
Octal 177 206 204 5 0 1 57 243 3 63
Binary 1111111 10000110 10000100 101 0 1 101111 10100011 11 110011

Color Harmonies of #7F8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8684

Black with #7F8684

Text Example


Text Example

White with #7F8684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,134,132); }

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

background-color css

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

 a { background-color: rgb(127,134,132); }

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

border-color css

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

 span { border-color: rgb(127,134,132); }

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