Html Css Color HEX #756D6A Russett

📋 copy color: '#756D6A'

red 117 ◦ green 109 ◦ blue 106

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

Shades of Russett #756D6A

Tints of Russett #756D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 35.24%
G = 32.83%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#756D6A (or 0x756D6A) is known color: Russett. HEX triplet: 75, 6D and 6A. RGB value is (117,109,106). Sum of RGB (Red+Green+Blue) = 117+109+106=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #756D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D6A is #8A9295. Grayscale: #6F6F6F. Windows color (decimal): -9081494 or 6974837. OLE color: 6974837.

HSL color Cylindrical-coordinate representation of color #756D6A: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756D6A is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 106 -
CMYK 0 0.07 0.09 0.54
HSL 16.36º 0.05% 0.44% -
HSV(B) 16.36º 0.09% 0.46% -
XYZ 15.41 15.76 15.87 -
YUV 111.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 117 109 106 0 0.07 0.09 0.54 16.36 0.05 0.44
Hex 75 6D 6A 0 7 9 36 10 5 2C
Octal 165 155 152 0 7 11 66 20 5 54
Binary 1110101 1101101 1101010 0 111 1001 110110 10000 101 101100

Color Harmonies of #756D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D6A

Black with #756D6A

Text Example


Text Example

White with #756D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,109,106); }

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

background-color css

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

 a { background-color: rgb(117,109,106); }

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

border-color css

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

 span { border-color: rgb(117,109,106); }

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