#7F867F

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

Shades of Boulder #7F867F

Tints of Boulder #7F867F

Color information

#7F867F (or 0x7F867F) is unknown color: approx Boulder. HEX triplet: 7F, 86 and 7F. RGB value is (127,134,127). Sum of RGB (Red+Green+Blue) = 127+134+127=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #7F867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F867F is #807980. Grayscale: #838383. Windows color (decimal): -8419713 or 8357503. OLE color: 8357503.

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

Color convert

RGB127134127-
CMYK0.0500.050.47
HSL120º2.81%51.18%-
HSV(B)120º5.22%52.55%-
XYZ21.1123.0923.42-
YUV131.11125.68125.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.73%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 127 (50% from 255) = 32.73%
R=32.73%
G=34.54%
B=32.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341270.0500.050.471202.8151.18
Hex7F867F5052F78333
Octal17720617750557170363
Binary11111111000011011111111010101101111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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