#777268

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

Shades of Stonewall #777268

Tints of Stonewall #777268

Color information

#777268 (or 0x777268) is unknown color: approx Stonewall. HEX triplet: 77, 72 and 68. RGB value is (119,114,104). Sum of RGB (Red+Green+Blue) = 119+114+104=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #777268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777268 is #888D97. Grayscale: #727272. Windows color (decimal): -8949144 or 6845047. OLE color: 6845047.

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

Color convert

RGB119114104-
CMYK00.040.130.53
HSL40º6.73%43.73%-
HSV(B)40º12.61%46.67%-
XYZ16.1216.9615.52-
YUV114.35122.16131.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=35.31%
G=33.83%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911410400.040.130.53406.7343.73
Hex77726804D352872c
Octal16716215004156550754
Binary11101111110010110100001001101110101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777268; }

 p { color: rgb(119,114,104); }

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

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

 a { background-color: rgb(119,114,104); }

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

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

 span { border-color: rgb(119,114,104); }

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