Html Css Color HEX #756965 Russett

📋 copy color: '#756965'

red 117 ◦ green 105 ◦ blue 101

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

Shades of Russett #756965

Tints of Russett #756965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 36.22%
G = 32.51%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#756965 (or 0x756965) is known color: Russett. HEX triplet: 75, 69 and 65. RGB value is (117,105,101). Sum of RGB (Red+Green+Blue) = 117+105+101=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756965 is #8A969A. Grayscale: #6C6C6C. Windows color (decimal): -9082523 or 6646133. OLE color: 6646133.

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

Color convert

RGB 117 105 101 -
CMYK 0 0.10 0.14 0.54
HSL 15º 0.07% 0.43% -
HSV(B) 15º 0.14% 0.46% -
XYZ 14.74 14.82 14.4 -
YUV 108.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 117 105 101 0 0.10 0.14 0.54 15 0.07 0.43
Hex 75 69 65 0 A E 36 F 7 2B
Octal 165 151 145 0 12 16 66 17 7 53
Binary 1110101 1101001 1100101 0 1010 1110 110110 1111 111 101011

Color Harmonies of #756965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756965

Black with #756965

Text Example


Text Example

White with #756965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756965; }

 p { color: rgb(117,105,101); }

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

background-color css

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

 a { background-color: rgb(117,105,101); }

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

border-color css

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

 span { border-color: rgb(117,105,101); }

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