Html Css Color HEX #7C5F4A Dark Wood

📋 copy color: '#7C5F4A'

red 124 ◦ green 95 ◦ blue 74

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

Shades of Dark Wood #7C5F4A

Tints of Dark Wood #7C5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 42.32%
G = 32.42%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C5F4A (or 0x7C5F4A) is known color: Dark Wood. HEX triplet: 7C, 5F and 4A. RGB value is (124,95,74). Sum of RGB (Red+Green+Blue) = 124+95+74=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5F4A is #83A0B5. Grayscale: #656565. Windows color (decimal): -8626358 or 4874108. OLE color: 4874108.

HSL color Cylindrical-coordinate representation of color #7C5F4A: hue angle of 25.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C5F4A is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 95 74 -
CMYK 0 0.23 0.40 0.51
HSL 25.2º 0.25% 0.39% -
HSV(B) 25.2º 0.4% 0.49% -
XYZ 13.64 12.96 8.26 -
YUV 101.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 124 95 74 0 0.23 0.40 0.51 25.2 0.25 0.39
Hex 7C 5F 4A 0 17 28 33 19 19 27
Octal 174 137 112 0 27 50 63 31 31 47
Binary 1111100 1011111 1001010 0 10111 101000 110011 11001 11001 100111

Color Harmonies of #7C5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F4A

Black with #7C5F4A

Text Example


Text Example

White with #7C5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,95,74); }

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

background-color css

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

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

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

border-color css

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

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

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