Html Css Color HEX #7C6161 Light Wood

📋 copy color: '#7C6161'

red 124 ◦ green 97 ◦ blue 97

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

Shades of Light Wood #7C6161

Tints of Light Wood #7C6161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 38.99%
G = 30.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C6161 (or 0x7C6161) is known color: Light Wood. HEX triplet: 7C, 61 and 61. RGB value is (124,97,97). Sum of RGB (Red+Green+Blue) = 124+97+97=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6161 is #839E9E. Grayscale: #696969. Windows color (decimal): -8625823 or 6381948. OLE color: 6381948.

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

Color convert

RGB 124 97 97 -
CMYK 0 0.22 0.22 0.51
HSL 0.12% 0.43% -
HSV(B) 0.22% 0.49% -
XYZ 14.74 13.7 13.18 -
YUV 105.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 124 97 97 0 0.22 0.22 0.51 0 0.12 0.43
Hex 7C 61 61 0 16 16 33 0 C 2B
Octal 174 141 141 0 26 26 63 0 14 53
Binary 1111100 1100001 1100001 0 10110 10110 110011 0 1100 101011

Color Harmonies of #7C6161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6161

Black with #7C6161

Text Example


Text Example

White with #7C6161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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