Html Css Color HEX #7E8F8C Oslo Grey

📋 copy color: '#7E8F8C'

red 126 ◦ green 143 ◦ blue 140

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

Shades of Oslo Grey #7E8F8C

Tints of Oslo Grey #7E8F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.96%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 30.81%
G = 34.96%
B = 34.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#7E8F8C (or 0x7E8F8C) is known color: Oslo Grey. HEX triplet: 7E, 8F and 8C. RGB value is (126,143,140). Sum of RGB (Red+Green+Blue) = 126+143+140=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8F8C is #817073. Grayscale: #898989. Windows color (decimal): -8482932 or 9211774. OLE color: 9211774.

HSL color Cylindrical-coordinate representation of color #7E8F8C: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8F8C is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 143 140 -
CMYK 0.12 0 0.02 0.44
HSL 169.41º 0.07% 0.53% -
HSV(B) 169.41º 0.12% 0.56% -
XYZ 23.16 25.97 28.6 -
YUV 137.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 126 143 140 0.12 0 0.02 0.44 169.41 0.07 0.53
Hex 7E 8F 8C C 0 2 2C A9 7 35
Octal 176 217 214 14 0 2 54 251 7 65
Binary 1111110 10001111 10001100 1100 0 10 101100 10101001 111 110101

Color Harmonies of #7E8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8F8C

Black with #7E8F8C

Text Example


Text Example

White with #7E8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,143,140); }

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

background-color css

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

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

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

border-color css

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

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

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