Html Css Color HEX #7C8181 Oslo Grey

📋 copy color: '#7C8181'

red 124 ◦ green 129 ◦ blue 129

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

Shades of Oslo Grey #7C8181

Tints of Oslo Grey #7C8181

RGB

 RED value IS 124 (48.83% from 255) = 32.46%

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 32.46%
G = 33.77%
B = 33.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7C8181 (or 0x7C8181) is known color: Oslo Grey. HEX triplet: 7C, 81 and 81. RGB value is (124,129,129). Sum of RGB (Red+Green+Blue) = 124+129+129=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #7C8181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8181 is #837E7E. Grayscale: #7F7F7F. Windows color (decimal): -8617599 or 8487292. OLE color: 8487292.

HSL color Cylindrical-coordinate representation of color #7C8181: hue angle of 180º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7C8181 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 129 129 -
CMYK 0.04 0 0 0.49
HSL 180º 0.02% 0.5% -
HSV(B) 180º 0.04% 0.51% -
XYZ 20.12 21.57 23.87 -
YUV 127.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 124 129 129 0.04 0 0 0.49 180 0.02 0.5
Hex 7C 81 81 4 0 0 31 B4 2 32
Octal 174 201 201 4 0 0 61 264 2 62
Binary 1111100 10000001 10000001 100 0 0 110001 10110100 10 110010

Color Harmonies of #7C8181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8181

Black with #7C8181

Text Example


Text Example

White with #7C8181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,129,129); }

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

background-color css

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

 a { background-color: rgb(124,129,129); }

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

border-color css

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

 span { border-color: rgb(124,129,129); }

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