#756C67

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

Shades of Russett #756C67

Tints of Russett #756C67

Color information

#756C67 (or 0x756C67) is unknown color: approx Russett. HEX triplet: 75, 6C and 67. RGB value is (117,108,103). Sum of RGB (Red+Green+Blue) = 117+108+103=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C67 is #8A9398. Grayscale: #6E6E6E. Windows color (decimal): -9081753 or 6777973. OLE color: 6777973.

HSL color Cylindrical-coordinate representation of color #756C67: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756C67 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB117108103-
CMYK00.080.120.54
HSL21.43º6.36%43.14%-
HSV(B)21.43º11.97%45.88%-
XYZ15.1515.4915.02-
YUV110.12123.98132.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=35.67%
G=32.93%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710810300.080.120.5421.436.3643.14
Hex756C6708C361562b
Octal165154147010146625653
Binary11101011101100110011101000110011011010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756C67; }

 p { color: rgb(117,108,103); }

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

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

 a { background-color: rgb(117,108,103); }

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

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

 span { border-color: rgb(117,108,103); }

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