Html Css Color HEX #7B6144 Dark Wood

📋 copy color: '#7B6144'

red 123 ◦ green 97 ◦ blue 68

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

Shades of Dark Wood #7B6144

Tints of Dark Wood #7B6144

RGB

 RED value IS 123 (48.44% from 255) = 42.71%

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

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 42.71%
G = 33.68%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7B6144 (or 0x7B6144) is known color: Dark Wood. HEX triplet: 7B, 61 and 44. RGB value is (123,97,68). Sum of RGB (Red+Green+Blue) = 123+97+68=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6144 is #849EBB. Grayscale: #656565. Windows color (decimal): -8691388 or 4481403. OLE color: 4481403.

HSL color Cylindrical-coordinate representation of color #7B6144: hue angle of 31.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B6144 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 97 68 -
CMYK 0 0.21 0.45 0.52
HSL 31.64º 0.29% 0.37% -
HSV(B) 31.64º 0.45% 0.48% -
XYZ 13.49 13.18 7.3 -
YUV 101.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 123 97 68 0 0.21 0.45 0.52 31.64 0.29 0.37
Hex 7B 61 44 0 15 2D 34 20 1D 25
Octal 173 141 104 0 25 55 64 40 35 45
Binary 1111011 1100001 1000100 0 10101 101101 110100 100000 11101 100101

Color Harmonies of #7B6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6144

Black with #7B6144

Text Example


Text Example

White with #7B6144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,68); }

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

background-color css

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

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

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

border-color css

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

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

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