Html Css Color HEX #A7755F Toast

📋 copy color: '#A7755F'

red 167 ◦ green 117 ◦ blue 95

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

Shades of Toast #A7755F

Tints of Toast #A7755F

RGB

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

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

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

R = 44.06%
G = 30.87%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7755F (or 0xA7755F) is known color: Toast. HEX triplet: A7, 75 and 5F. RGB value is (167,117,95). Sum of RGB (Red+Green+Blue) = 167+117+95=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A7755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7755F is #588AA0. Grayscale: #818181. Windows color (decimal): -5802657 or 6256039. OLE color: 6256039.

HSL color Cylindrical-coordinate representation of color #A7755F: hue angle of 18.33º 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 #A7755F is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 117 95 -
CMYK 0 0.30 0.43 0.35
HSL 18.33º 0.29% 0.51% -
HSV(B) 18.33º 0.43% 0.65% -
XYZ 24.36 21.76 13.74 -
YUV 129.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 167 117 95 0 0.30 0.43 0.35 18.33 0.29 0.51
Hex A7 75 5F 0 1E 2B 23 12 1D 33
Octal 247 165 137 0 36 53 43 22 35 63
Binary 10100111 1110101 1011111 0 11110 101011 100011 10010 11101 110011

Color Harmonies of #A7755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7755F

Black with #A7755F

Text Example


Text Example

White with #A7755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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