Html Css Color HEX #7E8483 Oslo Grey

📋 copy color: '#7E8483'

red 126 ◦ green 132 ◦ blue 131

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

Shades of Oslo Grey #7E8483

Tints of Oslo Grey #7E8483

RGB

 RED value IS 126 (49.61% from 255) = 32.39%

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

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 32.39%
G = 33.93%
B = 33.68%

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

#7E8483 (or 0x7E8483) is known color: Oslo Grey. HEX triplet: 7E, 84 and 83. RGB value is (126,132,131). Sum of RGB (Red+Green+Blue) = 126+132+131=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8483 is #817B7C. Grayscale: #828282. Windows color (decimal): -8485757 or 8619134. OLE color: 8619134.

HSL color Cylindrical-coordinate representation of color #7E8483: 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 #7E8483 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 132 131 -
CMYK 0.05 0 0.01 0.48
HSL 170º 0.02% 0.51% -
HSV(B) 170º 0.05% 0.52% -
XYZ 20.95 22.58 24.73 -
YUV 130.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 126 132 131 0.05 0 0.01 0.48 170 0.02 0.51
Hex 7E 84 83 5 0 1 30 AA 2 33
Octal 176 204 203 5 0 1 60 252 2 63
Binary 1111110 10000100 10000011 101 0 1 110000 10101010 10 110011

Color Harmonies of #7E8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8483

Black with #7E8483

Text Example


Text Example

White with #7E8483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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