Html Css Color HEX #A7764A Muesli

📋 copy color: '#A7764A'

red 167 ◦ green 118 ◦ blue 74

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

Shades of Muesli #A7764A

Tints of Muesli #A7764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 46.52%
G = 32.87%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7764A (or 0xA7764A) is known color: Muesli. HEX triplet: A7, 76 and 4A. RGB value is (167,118,74). Sum of RGB (Red+Green+Blue) = 167+118+74=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7764A is #5889B5. Grayscale: #7F7F7F. Windows color (decimal): -5802422 or 4880039. OLE color: 4880039.

HSL color Cylindrical-coordinate representation of color #A7764A: hue angle of 28.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7764A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 118 74 -
CMYK 0 0.29 0.56 0.35
HSL 28.39º 0.39% 0.47% -
HSV(B) 28.39º 0.56% 0.65% -
XYZ 23.65 21.67 9.41 -
YUV 127.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 167 118 74 0 0.29 0.56 0.35 28.39 0.39 0.47
Hex A7 76 4A 0 1D 38 23 1C 27 2F
Octal 247 166 112 0 35 70 43 34 47 57
Binary 10100111 1110110 1001010 0 11101 111000 100011 11100 100111 101111

Color Harmonies of #A7764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7764A

Black with #A7764A

Text Example


Text Example

White with #A7764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7764A; }

 p { color: rgb(167,118,74); }

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

background-color css

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

 a { background-color: rgb(167,118,74); }

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

border-color css

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

 span { border-color: rgb(167,118,74); }

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