Html Css Color HEX #7F6046 Dark Wood

📋 copy color: '#7F6046'

red 127 ◦ green 96 ◦ blue 70

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

Shades of Dark Wood #7F6046

Tints of Dark Wood #7F6046

RGB

 RED value IS 127 (50% from 255) = 43.34%

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 43.34%
G = 32.76%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F6046 (or 0x7F6046) is known color: Dark Wood. HEX triplet: 7F, 60 and 46. RGB value is (127,96,70). Sum of RGB (Red+Green+Blue) = 127+96+70=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6046 is #809FB9. Grayscale: #666666. Windows color (decimal): -8429498 or 4612223. OLE color: 4612223.

HSL color Cylindrical-coordinate representation of color #7F6046: hue angle of 27.37º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F6046 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 96 70 -
CMYK 0 0.24 0.45 0.50
HSL 27.37º 0.29% 0.39% -
HSV(B) 27.37º 0.45% 0.5% -
XYZ 14.04 13.32 7.63 -
YUV 102.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 127 96 70 0 0.24 0.45 0.50 27.37 0.29 0.39
Hex 7F 60 46 0 18 2D 32 1B 1D 27
Octal 177 140 106 0 30 55 62 33 35 47
Binary 1111111 1100000 1000110 0 11000 101101 110010 11011 11101 100111

Color Harmonies of #7F6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6046

Black with #7F6046

Text Example


Text Example

White with #7F6046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,70); }

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

background-color css

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

 a { background-color: rgb(127,96,70); }

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

border-color css

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

 span { border-color: rgb(127,96,70); }

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