Html Css Color HEX #808B8A Oslo Grey

📋 copy color: '#808B8A'

red 128 ◦ green 139 ◦ blue 138

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

Shades of Oslo Grey #808B8A

Tints of Oslo Grey #808B8A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 31.6%
G = 34.32%
B = 34.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#808B8A (or 0x808B8A) is known color: Oslo Grey. HEX triplet: 80, 8B and 8A. RGB value is (128,139,138). Sum of RGB (Red+Green+Blue) = 128+139+138=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #808B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B8A is #7F7475. Grayscale: #878787. Windows color (decimal): -8352886 or 9079680. OLE color: 9079680.

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

Color convert

RGB 128 139 138 -
CMYK 0.08 0 0.01 0.45
HSL 174.55º 0.05% 0.52% -
HSV(B) 174.55º 0.08% 0.55% -
XYZ 22.72 24.89 27.65 -
YUV 135.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 128 139 138 0.08 0 0.01 0.45 174.55 0.05 0.52
Hex 80 8B 8A 8 0 1 2D AF 5 34
Octal 200 213 212 10 0 1 55 257 5 64
Binary 10000000 10001011 10001010 1000 0 1 101101 10101111 101 110100

Color Harmonies of #808B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B8A

Black with #808B8A

Text Example


Text Example

White with #808B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808B8A; }

 p { color: rgb(128,139,138); }

 H1.HeaderClassName
 {
   color: #808B8A;
 }
 .AnyTagClassName
 {
   color: #808B8A;
 }
</style>

background-color css

<style>
 a { background-color: #808B8A; }

 a { background-color: rgb(128,139,138); }

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

border-color css

<style>
 span { border-color: #808B8A; }

 span { border-color: rgb(128,139,138); }

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