Html Css Color HEX #A7765F Toast

📋 copy color: '#A7765F'

red 167 ◦ green 118 ◦ blue 95

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

Shades of Toast #A7765F

Tints of Toast #A7765F

RGB

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

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

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

R = 43.95%
G = 31.05%
B = 25%

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

#A7765F (or 0xA7765F) is known color: Toast. HEX triplet: A7, 76 and 5F. RGB value is (167,118,95). Sum of RGB (Red+Green+Blue) = 167+118+95=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7765F is #5889A0. Grayscale: #828282. Windows color (decimal): -5802401 or 6256295. OLE color: 6256295.

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

Color convert

RGB 167 118 95 -
CMYK 0 0.29 0.43 0.35
HSL 19.17º 0.29% 0.51% -
HSV(B) 19.17º 0.43% 0.65% -
XYZ 24.48 22 13.78 -
YUV 130.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 167 118 95 0 0.29 0.43 0.35 19.17 0.29 0.51
Hex A7 76 5F 0 1D 2B 23 13 1D 33
Octal 247 166 137 0 35 53 43 23 35 63
Binary 10100111 1110110 1011111 0 11101 101011 100011 10011 11101 110011

Color Harmonies of #A7765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7765F

Black with #A7765F

Text Example


Text Example

White with #A7765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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