Html Css Color HEX #80908F Oslo Grey

📋 copy color: '#80908F'

red 128 ◦ green 144 ◦ blue 143

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

Shades of Oslo Grey #80908F

Tints of Oslo Grey #80908F

RGB

 RED value IS 128 (50.39% from 255) = 30.84%

 GREEN value IS 144 (56.64% from 255) = 34.7%

 BLUE value IS 143 (56.25% from 255) = 34.46%

R = 30.84%
G = 34.7%
B = 34.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#80908F (or 0x80908F) is known color: Oslo Grey. HEX triplet: 80, 90 and 8F. RGB value is (128,144,143). Sum of RGB (Red+Green+Blue) = 128+144+143=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 144 - color contains mainly: green. Hex color #80908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908F is #7F6F70. Grayscale: #8B8B8B. Windows color (decimal): -8351601 or 9408640. OLE color: 9408640.

HSL color Cylindrical-coordinate representation of color #80908F: hue angle of 176.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80908F is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 143 -
CMYK 0.11 0 0.01 0.44
HSL 176.25º 0.07% 0.53% -
HSV(B) 176.25º 0.11% 0.56% -
XYZ 23.83 26.52 29.85 -
YUV 139.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 128 144 143 0.11 0 0.01 0.44 176.25 0.07 0.53
Hex 80 90 8F B 0 1 2C B0 7 35
Octal 200 220 217 13 0 1 54 260 7 65
Binary 10000000 10010000 10001111 1011 0 1 101100 10110000 111 110101

Color Harmonies of #80908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80908F

Black with #80908F

Text Example


Text Example

White with #80908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80908F; }

 p { color: rgb(128,144,143); }

 H1.HeaderClassName
 {
   color: #80908F;
 }
 .AnyTagClassName
 {
   color: #80908F;
 }
</style>

background-color css

<style>
 a { background-color: #80908F; }

 a { background-color: rgb(128,144,143); }

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

border-color css

<style>
 span { border-color: #80908F; }

 span { border-color: rgb(128,144,143); }

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