Html Css Color HEX #7F8584 Oslo Grey

📋 copy color: '#7F8584'

red 127 ◦ green 133 ◦ blue 132

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

Shades of Oslo Grey #7F8584

Tints of Oslo Grey #7F8584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 32.4%
G = 33.93%
B = 33.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#7F8584 (or 0x7F8584) is known color: Oslo Grey. HEX triplet: 7F, 85 and 84. RGB value is (127,133,132). Sum of RGB (Red+Green+Blue) = 127+133+132=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8584 is #807A7B. Grayscale: #838383. Windows color (decimal): -8419964 or 8684927. OLE color: 8684927.

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

Color convert

RGB 127 133 132 -
CMYK 0.05 0 0.01 0.48
HSL 170º 0.02% 0.51% -
HSV(B) 170º 0.05% 0.52% -
XYZ 21.3 22.95 25.14 -
YUV 131.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 127 133 132 0.05 0 0.01 0.48 170 0.02 0.51
Hex 7F 85 84 5 0 1 30 AA 2 33
Octal 177 205 204 5 0 1 60 252 2 63
Binary 1111111 10000101 10000100 101 0 1 110000 10101010 10 110011

Color Harmonies of #7F8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8584

Black with #7F8584

Text Example


Text Example

White with #7F8584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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