#7F887E

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

Shades of Boulder #7F887E

Tints of Boulder #7F887E

Color information

#7F887E (or 0x7F887E) is unknown color: approx Boulder. HEX triplet: 7F, 88 and 7E. RGB value is (127,136,126). Sum of RGB (Red+Green+Blue) = 127+136+126=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #7F887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F887E is #807781. Grayscale: #848484. Windows color (decimal): -8419202 or 8292479. OLE color: 8292479.

HSL color Cylindrical-coordinate representation of color #7F887E: hue angle of 114º 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 #7F887E is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB127136126-
CMYK0.0700.070.47
HSL114º4.03%51.37%-
HSV(B)114º7.35%53.33%-
XYZ21.3223.6323.18-
YUV132.17124.52124.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=32.65%
G=34.96%
B=32.39%

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
Decimal1271361260.0700.070.471144.0351.37
Hex7F887E7072F72433
Octal17721017670757162463
Binary111111110001000111111011101111011111110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,136,126); }

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

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

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

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

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

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

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