#7E827E

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

Shades of Boulder #7E827E

Tints of Boulder #7E827E

Color information

#7E827E (or 0x7E827E) is unknown color: approx Boulder. HEX triplet: 7E, 82 and 7E. RGB value is (126,130,126). Sum of RGB (Red+Green+Blue) = 126+130+126=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 130 - color contains mainly: green. Hex color #7E827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E827E is #817D81. Grayscale: #808080. Windows color (decimal): -8486274 or 8290942. OLE color: 8290942.

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

Color convert

RGB126130126-
CMYK0.0300.030.49
HSL120º1.57%50.2%-
HSV(B)120º3.08%50.98%-
XYZ20.3521.9122.89-
YUV128.35126.67126.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=32.98%
G=34.03%
B=32.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1261301260.0300.030.491201.5750.2
Hex7E827E3033178232
Octal17620217630361170262
Binary111111010000010111111011011110001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,126); }

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

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

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

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

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

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

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