Html Css Color HEX #A7785C Medium Wood

📋 copy color: '#A7785C'

red 167 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #A7785C

Tints of Medium Wood #A7785C

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 44.06%
G = 31.66%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7785C (or 0xA7785C) is known color: Medium Wood. HEX triplet: A7, 78 and 5C. RGB value is (167,120,92). Sum of RGB (Red+Green+Blue) = 167+120+92=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7785C is #5887A3. Grayscale: #838383. Windows color (decimal): -5801892 or 6060199. OLE color: 6060199.

HSL color Cylindrical-coordinate representation of color #A7785C: hue angle of 22.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7785C is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 120 92 -
CMYK 0 0.28 0.45 0.35
HSL 22.4º 0.3% 0.51% -
HSV(B) 22.4º 0.45% 0.65% -
XYZ 24.58 22.42 13.16 -
YUV 130.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 167 120 92 0 0.28 0.45 0.35 22.4 0.3 0.51
Hex A7 78 5C 0 1C 2D 23 16 1E 33
Octal 247 170 134 0 34 55 43 26 36 63
Binary 10100111 1111000 1011100 0 11100 101101 100011 10110 11110 110011

Color Harmonies of #A7785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7785C

Black with #A7785C

Text Example


Text Example

White with #A7785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7785C; }

 p { color: rgb(167,120,92); }

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

background-color css

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

 a { background-color: rgb(167,120,92); }

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

border-color css

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

 span { border-color: rgb(167,120,92); }

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