Html Css Color HEX #756661 Russett

📋 copy color: '#756661'

red 117 ◦ green 102 ◦ blue 97

#756661
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #756661

Tints of Russett #756661

RGB

 RED value IS 117 (46.09% from 255) = 37.03%

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 97 (38.28% from 255) = 30.7%

R = 37.03%
G = 32.28%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#756661 (or 0x756661) is known color: Russett. HEX triplet: 75, 66 and 61. RGB value is (117,102,97). Sum of RGB (Red+Green+Blue) = 117+102+97=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756661 is #8A999E. Grayscale: #696969. Windows color (decimal): -9083295 or 6383221. OLE color: 6383221.

HSL color Cylindrical-coordinate representation of color #756661: hue angle of 15º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756661 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 97 -
CMYK 0 0.13 0.17 0.54
HSL 15º 0.09% 0.42% -
HSV(B) 15º 0.17% 0.46% -
XYZ 14.25 14.15 13.29 -
YUV 105.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 117 102 97 0 0.13 0.17 0.54 15 0.09 0.42
Hex 75 66 61 0 D 11 36 F 9 2A
Octal 165 146 141 0 15 21 66 17 11 52
Binary 1110101 1100110 1100001 0 1101 10001 110110 1111 1001 101010

Color Harmonies of #756661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756661

Black with #756661

Text Example


Text Example

White with #756661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756661; }

 p { color: rgb(117,102,97); }

 H1.HeaderClassName
 {
   color: #756661;
 }
 .AnyTagClassName
 {
   color: #756661;
 }
</style>

background-color css

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

 a { background-color: rgb(117,102,97); }

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

border-color css

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

 span { border-color: rgb(117,102,97); }

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