Html Css Color HEX #A77F76 Brandy Rose

📋 copy color: '#A77F76'

red 167 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #A77F76

Tints of Brandy Rose #A77F76

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 40.53%
G = 30.83%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A77F76 (or 0xA77F76) is known color: Brandy Rose. HEX triplet: A7, 7F and 76. RGB value is (167,127,118). Sum of RGB (Red+Green+Blue) = 167+127+118=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F76 is #588089. Grayscale: #8A8A8A. Windows color (decimal): -5800074 or 7765927. OLE color: 7765927.

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

Color convert

RGB 167 127 118 -
CMYK 0 0.24 0.29 0.35
HSL 11.02º 0.22% 0.56% -
HSV(B) 11.02º 0.29% 0.65% -
XYZ 26.8 24.7 20.5 -
YUV 137.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 167 127 118 0 0.24 0.29 0.35 11.02 0.22 0.56
Hex A7 7F 76 0 18 1D 23 B 16 38
Octal 247 177 166 0 30 35 43 13 26 70
Binary 10100111 1111111 1110110 0 11000 11101 100011 1011 10110 111000

Color Harmonies of #A77F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F76

Black with #A77F76

Text Example


Text Example

White with #A77F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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