Html Css Color HEX #A87F78 Brandy Rose

📋 copy color: '#A87F78'

red 168 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #A87F78

Tints of Brandy Rose #A87F78

RGB

 RED value IS 168 (66.02% from 255) = 40.48%

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

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 40.48%
G = 30.6%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A87F78 (or 0xA87F78) is known color: Brandy Rose. HEX triplet: A8, 7F and 78. RGB value is (168,127,120). Sum of RGB (Red+Green+Blue) = 168+127+120=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F78 is #578087. Grayscale: #8A8A8A. Windows color (decimal): -5734536 or 7897000. OLE color: 7897000.

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

Color convert

RGB 168 127 120 -
CMYK 0 0.24 0.29 0.34
HSL 8.75º 0.22% 0.56% -
HSV(B) 8.75º 0.29% 0.66% -
XYZ 27.13 24.86 21.14 -
YUV 138.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 168 127 120 0 0.24 0.29 0.34 8.75 0.22 0.56
Hex A8 7F 78 0 18 1D 22 9 16 38
Octal 250 177 170 0 30 35 42 11 26 70
Binary 10101000 1111111 1111000 0 11000 11101 100010 1001 10110 111000

Color Harmonies of #A87F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F78

Black with #A87F78

Text Example


Text Example

White with #A87F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F78; }

 p { color: rgb(168,127,120); }

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

background-color css

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

 a { background-color: rgb(168,127,120); }

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

border-color css

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

 span { border-color: rgb(168,127,120); }

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