Html Css Color HEX #A7755B Toast

📋 copy color: '#A7755B'

red 167 ◦ green 117 ◦ blue 91

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

Shades of Toast #A7755B

Tints of Toast #A7755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 44.53%
G = 31.2%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7755B (or 0xA7755B) is known color: Toast. HEX triplet: A7, 75 and 5B. RGB value is (167,117,91). Sum of RGB (Red+Green+Blue) = 167+117+91=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7755B is #588AA4. Grayscale: #818181. Windows color (decimal): -5802661 or 5993895. OLE color: 5993895.

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

Color convert

RGB 167 117 91 -
CMYK 0 0.30 0.46 0.35
HSL 20.53º 0.3% 0.51% -
HSV(B) 20.53º 0.46% 0.65% -
XYZ 24.19 21.69 12.81 -
YUV 128.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 167 117 91 0 0.30 0.46 0.35 20.53 0.3 0.51
Hex A7 75 5B 0 1E 2E 23 15 1E 33
Octal 247 165 133 0 36 56 43 25 36 63
Binary 10100111 1110101 1011011 0 11110 101110 100011 10101 11110 110011

Color Harmonies of #A7755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7755B

Black with #A7755B

Text Example


Text Example

White with #A7755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7755B; }

 p { color: rgb(167,117,91); }

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

background-color css

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

 a { background-color: rgb(167,117,91); }

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

border-color css

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

 span { border-color: rgb(167,117,91); }

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