Html Css Color HEX #8C8D8D Oslo Grey

📋 copy color: '#8C8D8D'

red 140 ◦ green 141 ◦ blue 141

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

Shades of Oslo Grey #8C8D8D

Tints of Oslo Grey #8C8D8D

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 33.18%
G = 33.41%
B = 33.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C8D8D (or 0x8C8D8D) is known color: Oslo Grey. HEX triplet: 8C, 8D and 8D. RGB value is (140,141,141). Sum of RGB (Red+Green+Blue) = 140+141+141=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #8C8D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D8D is #737272. Grayscale: #8C8C8C. Windows color (decimal): -7565939 or 9276812. OLE color: 9276812.

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

Color convert

RGB 140 141 141 -
CMYK 0.01 0 0 0.45
HSL 180º 0% 0.55% -
HSV(B) 180º 0.01% 0.55% -
XYZ 25.15 26.55 29 -
YUV 140.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 140 141 141 0.01 0 0 0.45 180 0 0.55
Hex 8C 8D 8D 1 0 0 2D B4 0 37
Octal 214 215 215 1 0 0 55 264 0 67
Binary 10001100 10001101 10001101 1 0 0 101101 10110100 0 110111

Color Harmonies of #8C8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8D8D

Black with #8C8D8D

Text Example


Text Example

White with #8C8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8D8D; }

 p { color: rgb(140,141,141); }

 H1.HeaderClassName
 {
   color: #8C8D8D;
 }
 .AnyTagClassName
 {
   color: #8C8D8D;
 }
</style>

background-color css

<style>
 a { background-color: #8C8D8D; }

 a { background-color: rgb(140,141,141); }

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

border-color css

<style>
 span { border-color: #8C8D8D; }

 span { border-color: rgb(140,141,141); }

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