Html Css Color HEX #7C716C Russett

📋 copy color: '#7C716C'

red 124 ◦ green 113 ◦ blue 108

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

Shades of Russett #7C716C

Tints of Russett #7C716C

RGB

 RED value IS 124 (48.83% from 255) = 35.94%

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 35.94%
G = 32.75%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C716C (or 0x7C716C) is known color: Russett. HEX triplet: 7C, 71 and 6C. RGB value is (124,113,108). Sum of RGB (Red+Green+Blue) = 124+113+108=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 124 - color contains mainly: red. Hex color #7C716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C716C is #838E93. Grayscale: #737373. Windows color (decimal): -8621716 or 7106940. OLE color: 7106940.

HSL color Cylindrical-coordinate representation of color #7C716C: hue angle of 18.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C716C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 113 108 -
CMYK 0 0.09 0.13 0.51
HSL 18.75º 0.07% 0.45% -
HSV(B) 18.75º 0.13% 0.49% -
XYZ 16.92 17.18 16.61 -
YUV 115.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 124 113 108 0 0.09 0.13 0.51 18.75 0.07 0.45
Hex 7C 71 6C 0 9 D 33 13 7 2D
Octal 174 161 154 0 11 15 63 23 7 55
Binary 1111100 1110001 1101100 0 1001 1101 110011 10011 111 101101

Color Harmonies of #7C716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C716C

Black with #7C716C

Text Example


Text Example

White with #7C716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C716C; }

 p { color: rgb(124,113,108); }

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

background-color css

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

 a { background-color: rgb(124,113,108); }

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

border-color css

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

 span { border-color: rgb(124,113,108); }

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