Html Css Color HEX #756F6C Russett

📋 copy color: '#756F6C'

red 117 ◦ green 111 ◦ blue 108

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

Shades of Russett #756F6C

Tints of Russett #756F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 34.82%
G = 33.04%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#756F6C (or 0x756F6C) is known color: Russett. HEX triplet: 75, 6F and 6C. RGB value is (117,111,108). Sum of RGB (Red+Green+Blue) = 117+111+108=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F6C is #8A9093. Grayscale: #707070. Windows color (decimal): -9080980 or 7106421. OLE color: 7106421.

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

Color convert

RGB 117 111 108 -
CMYK 0 0.05 0.08 0.54
HSL 20º 0.04% 0.44% -
HSV(B) 20º 0.08% 0.46% -
XYZ 15.73 16.23 16.49 -
YUV 112.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 117 111 108 0 0.05 0.08 0.54 20 0.04 0.44
Hex 75 6F 6C 0 5 8 36 14 4 2C
Octal 165 157 154 0 5 10 66 24 4 54
Binary 1110101 1101111 1101100 0 101 1000 110110 10100 100 101100

Color Harmonies of #756F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F6C

Black with #756F6C

Text Example


Text Example

White with #756F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,108); }

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

background-color css

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

 a { background-color: rgb(117,111,108); }

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

border-color css

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

 span { border-color: rgb(117,111,108); }

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