#7C867C

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

Shades of Boulder #7C867C

Tints of Boulder #7C867C

Color information

#7C867C (or 0x7C867C) is unknown color: approx Boulder. HEX triplet: 7C, 86 and 7C. RGB value is (124,134,124). Sum of RGB (Red+Green+Blue) = 124+134+124=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #7C867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C867C is #837983. Grayscale: #818181. Windows color (decimal): -8616324 or 8160892. OLE color: 8160892.

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

Color convert

RGB124134124-
CMYK0.0700.070.47
HSL120º3.97%50.59%-
HSV(B)120º7.46%52.55%-
XYZ20.4822.7922.39-
YUV129.87124.69123.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=32.46%
G=35.08%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241341240.0700.070.471203.9750.59
Hex7C867C7072F78433
Octal17420617470757170463
Binary111110010000110111110011101111011111111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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