Html Css Color HEX #838484 Oslo Grey

📋 copy color: '#838484'

red 131 ◦ green 132 ◦ blue 132

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

Shades of Oslo Grey #838484

Tints of Oslo Grey #838484

RGB

 RED value IS 131 (51.56% from 255) = 33.16%

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 33.16%
G = 33.42%
B = 33.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#838484 (or 0x838484) is known color: Oslo Grey. HEX triplet: 83, 84 and 84. RGB value is (131,132,132). Sum of RGB (Red+Green+Blue) = 131+132+132=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #838484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838484 is #7C7B7B. Grayscale: #838383. Windows color (decimal): -8158076 or 8684675. OLE color: 8684675.

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

Color convert

RGB 131 132 132 -
CMYK 0.01 0 0 0.48
HSL 180º 0% 0.52% -
HSV(B) 180º 0.01% 0.52% -
XYZ 21.78 22.99 25.12 -
YUV 131.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 131 132 132 0.01 0 0 0.48 180 0 0.52
Hex 83 84 84 1 0 0 30 B4 0 34
Octal 203 204 204 1 0 0 60 264 0 64
Binary 10000011 10000100 10000100 1 0 0 110000 10110100 0 110100

Color Harmonies of #838484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838484

Black with #838484

Text Example


Text Example

White with #838484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838484; }

 p { color: rgb(131,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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