Html Css Color HEX #A7775F Toast

📋 copy color: '#A7775F'

red 167 ◦ green 119 ◦ blue 95

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

Shades of Toast #A7775F

Tints of Toast #A7775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 43.83%
G = 31.23%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7775F (or 0xA7775F) is known color: Toast. HEX triplet: A7, 77 and 5F. RGB value is (167,119,95). Sum of RGB (Red+Green+Blue) = 167+119+95=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A7775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7775F is #5888A0. Grayscale: #828282. Windows color (decimal): -5802145 or 6256551. OLE color: 6256551.

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

Color convert

RGB 167 119 95 -
CMYK 0 0.29 0.43 0.35
HSL 20º 0.29% 0.51% -
HSV(B) 20º 0.43% 0.65% -
XYZ 24.6 22.24 13.82 -
YUV 130.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 167 119 95 0 0.29 0.43 0.35 20 0.29 0.51
Hex A7 77 5F 0 1D 2B 23 14 1D 33
Octal 247 167 137 0 35 53 43 24 35 63
Binary 10100111 1110111 1011111 0 11101 101011 100011 10100 11101 110011

Color Harmonies of #A7775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7775F

Black with #A7775F

Text Example


Text Example

White with #A7775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7775F; }

 p { color: rgb(167,119,95); }

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

background-color css

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

 a { background-color: rgb(167,119,95); }

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

border-color css

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

 span { border-color: rgb(167,119,95); }

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