Html Css Color HEX #7E8583 Oslo Grey

📋 copy color: '#7E8583'

red 126 ◦ green 133 ◦ blue 131

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

Shades of Oslo Grey #7E8583

Tints of Oslo Grey #7E8583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 32.31%
G = 34.1%
B = 33.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#7E8583 (or 0x7E8583) is known color: Oslo Grey. HEX triplet: 7E, 85 and 83. RGB value is (126,133,131). Sum of RGB (Red+Green+Blue) = 126+133+131=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8583 is #817A7C. Grayscale: #828282. Windows color (decimal): -8485501 or 8619390. OLE color: 8619390.

HSL color Cylindrical-coordinate representation of color #7E8583: hue angle of 162.86º degrees, saturation: 0.03, 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 #7E8583 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 133 131 -
CMYK 0.05 0 0.02 0.48
HSL 162.86º 0.03% 0.51% -
HSV(B) 162.86º 0.05% 0.52% -
XYZ 21.09 22.85 24.77 -
YUV 130.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 126 133 131 0.05 0 0.02 0.48 162.86 0.03 0.51
Hex 7E 85 83 5 0 2 30 A3 3 33
Octal 176 205 203 5 0 2 60 243 3 63
Binary 1111110 10000101 10000011 101 0 10 110000 10100011 11 110011

Color Harmonies of #7E8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8583

Black with #7E8583

Text Example


Text Example

White with #7E8583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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