Html Css Color HEX #756B68 Russett

📋 copy color: '#756B68'

red 117 ◦ green 107 ◦ blue 104

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

Shades of Russett #756B68

Tints of Russett #756B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.62%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 35.67%
G = 32.62%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756B68 (or 0x756B68) is known color: Russett. HEX triplet: 75, 6B and 68. RGB value is (117,107,104). Sum of RGB (Red+Green+Blue) = 117+107+104=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B68 is #8A9497. Grayscale: #6D6D6D. Windows color (decimal): -9082008 or 6843253. OLE color: 6843253.

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

Color convert

RGB 117 107 104 -
CMYK 0 0.09 0.11 0.54
HSL 13.85º 0.06% 0.43% -
HSV(B) 13.85º 0.11% 0.46% -
XYZ 15.09 15.3 15.25 -
YUV 109.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 117 107 104 0 0.09 0.11 0.54 13.85 0.06 0.43
Hex 75 6B 68 0 9 B 36 E 6 2B
Octal 165 153 150 0 11 13 66 16 6 53
Binary 1110101 1101011 1101000 0 1001 1011 110110 1110 110 101011

Color Harmonies of #756B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B68

Black with #756B68

Text Example


Text Example

White with #756B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,104); }

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

background-color css

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

 a { background-color: rgb(117,107,104); }

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

border-color css

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

 span { border-color: rgb(117,107,104); }

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