#7C7D7D

Color #7C7D7D Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #7C7D7D

Tints of Oslo Grey #7C7D7D

Color information

#7C7D7D (or 0x7C7D7D) is unknown color: approx Oslo Grey. HEX triplet: 7C, 7D and 7D. RGB value is (124,125,125). Sum of RGB (Red+Green+Blue) = 124+125+125=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #7C7D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7D7D is #838282. Grayscale: #7C7C7C. Windows color (decimal): -8618627 or 8224124. OLE color: 8224124.

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

Color convert

RGB124125125-
CMYK0.01000.51
HSL180º0.4%48.82%-
HSV(B)180º0.8%49.02%-
XYZ19.3520.4322.33-
YUV124.7128.17127.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.16%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=33.16%
G=33.42%
B=33.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241251250.01000.511800.448.82
Hex7C7D7D10033b4031
Octal17417517510063264061
Binary111110011111011111101100110011101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C7D7D;
 }
 .AnyTagClassName
 {
   color: #7C7D7D;
 }
</style>
background-color css

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

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

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

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

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

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