Html Css Color HEX #7B5F45 Dark Wood

📋 copy color: '#7B5F45'

red 123 ◦ green 95 ◦ blue 69

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

Shades of Dark Wood #7B5F45

Tints of Dark Wood #7B5F45

RGB

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

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

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

R = 42.86%
G = 33.1%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#7B5F45 (or 0x7B5F45) is known color: Dark Wood. HEX triplet: 7B, 5F and 45. RGB value is (123,95,69). Sum of RGB (Red+Green+Blue) = 123+95+69=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5F45 is #84A0BA. Grayscale: #646464. Windows color (decimal): -8691899 or 4546427. OLE color: 4546427.

HSL color Cylindrical-coordinate representation of color #7B5F45: hue angle of 28.89º 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 #7B5F45 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 95 69 -
CMYK 0 0.23 0.44 0.52
HSL 28.89º 0.28% 0.38% -
HSV(B) 28.89º 0.44% 0.48% -
XYZ 13.33 12.83 7.4 -
YUV 100.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 123 95 69 0 0.23 0.44 0.52 28.89 0.28 0.38
Hex 7B 5F 45 0 17 2C 34 1D 1C 26
Octal 173 137 105 0 27 54 64 35 34 46
Binary 1111011 1011111 1000101 0 10111 101100 110100 11101 11100 100110

Color Harmonies of #7B5F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5F45

Black with #7B5F45

Text Example


Text Example

White with #7B5F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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