Html Css Color HEX #7B6145 Dark Wood

📋 copy color: '#7B6145'

red 123 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #7B6145

Tints of Dark Wood #7B6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 42.56%
G = 33.56%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7B6145 (or 0x7B6145) is known color: Dark Wood. HEX triplet: 7B, 61 and 45. RGB value is (123,97,69). Sum of RGB (Red+Green+Blue) = 123+97+69=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6145 is #849EBA. Grayscale: #656565. Windows color (decimal): -8691387 or 4546939. OLE color: 4546939.

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

Color convert

RGB 123 97 69 -
CMYK 0 0.21 0.44 0.52
HSL 31.11º 0.28% 0.38% -
HSV(B) 31.11º 0.44% 0.48% -
XYZ 13.52 13.19 7.46 -
YUV 101.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 123 97 69 0 0.21 0.44 0.52 31.11 0.28 0.38
Hex 7B 61 45 0 15 2C 34 1F 1C 26
Octal 173 141 105 0 25 54 64 37 34 46
Binary 1111011 1100001 1000101 0 10101 101100 110100 11111 11100 100110

Color Harmonies of #7B6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6145

Black with #7B6145

Text Example


Text Example

White with #7B6145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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