Html Css Color HEX #756460 Russett

📋 copy color: '#756460'

red 117 ◦ green 100 ◦ blue 96

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

Shades of Russett #756460

Tints of Russett #756460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 37.38%
G = 31.95%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#756460 (or 0x756460) is known color: Russett. HEX triplet: 75, 64 and 60. RGB value is (117,100,96). Sum of RGB (Red+Green+Blue) = 117+100+96=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #756460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756460 is #8A9B9F. Grayscale: #686868. Windows color (decimal): -9083808 or 6317173. OLE color: 6317173.

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

Color convert

RGB 117 100 96 -
CMYK 0 0.15 0.18 0.54
HSL 11.43º 0.1% 0.42% -
HSV(B) 11.43º 0.18% 0.46% -
XYZ 14 13.74 12.98 -
YUV 104.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 117 100 96 0 0.15 0.18 0.54 11.43 0.1 0.42
Hex 75 64 60 0 F 12 36 B A 2A
Octal 165 144 140 0 17 22 66 13 12 52
Binary 1110101 1100100 1100000 0 1111 10010 110110 1011 1010 101010

Color Harmonies of #756460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756460

Black with #756460

Text Example


Text Example

White with #756460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756460; }

 p { color: rgb(117,100,96); }

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

background-color css

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

 a { background-color: rgb(117,100,96); }

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

border-color css

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

 span { border-color: rgb(117,100,96); }

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