Html Css Color HEX #A7765C Toast

📋 copy color: '#A7765C'

red 167 ◦ green 118 ◦ blue 92

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

Shades of Toast #A7765C

Tints of Toast #A7765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 44.3%
G = 31.3%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7765C (or 0xA7765C) is known color: Toast. HEX triplet: A7, 76 and 5C. RGB value is (167,118,92). Sum of RGB (Red+Green+Blue) = 167+118+92=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7765C is #5889A3. Grayscale: #818181. Windows color (decimal): -5802404 or 6059687. OLE color: 6059687.

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

Color convert

RGB 167 118 92 -
CMYK 0 0.29 0.45 0.35
HSL 20.8º 0.3% 0.51% -
HSV(B) 20.8º 0.45% 0.65% -
XYZ 24.35 21.95 13.08 -
YUV 129.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 167 118 92 0 0.29 0.45 0.35 20.8 0.3 0.51
Hex A7 76 5C 0 1D 2D 23 15 1E 33
Octal 247 166 134 0 35 55 43 25 36 63
Binary 10100111 1110110 1011100 0 11101 101101 100011 10101 11110 110011

Color Harmonies of #A7765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7765C

Black with #A7765C

Text Example


Text Example

White with #A7765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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