#726B69

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

Shades of Russett #726B69

Tints of Russett #726B69

Color information

#726B69 (or 0x726B69) is unknown color: approx Russett. HEX triplet: 72, 6B and 69. RGB value is (114,107,105). Sum of RGB (Red+Green+Blue) = 114+107+105=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B69 is #8D9496. Grayscale: #6C6C6C. Windows color (decimal): -9278615 or 6908786. OLE color: 6908786.

HSL color Cylindrical-coordinate representation of color #726B69: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726B69 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114107105-
CMYK00.060.080.55
HSL13.33º4.11%42.94%-
HSV(B)13.33º7.89%44.71%-
XYZ14.7515.1115.5-
YUV108.86125.82131.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=34.97%
G=32.82%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410710500.060.080.5513.334.1142.94
Hex726B6906837d42b
Octal16215315106106715453
Binary111001011010111101001011010001101111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B69; }

 p { color: rgb(114,107,105); }

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

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

 a { background-color: rgb(114,107,105); }

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

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

 span { border-color: rgb(114,107,105); }

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