Html Css Color HEX #A77F7A Brandy Rose

📋 copy color: '#A77F7A'

red 167 ◦ green 127 ◦ blue 122

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

Shades of Brandy Rose #A77F7A

Tints of Brandy Rose #A77F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 40.14%
G = 30.53%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A77F7A (or 0xA77F7A) is known color: Brandy Rose. HEX triplet: A7, 7F and 7A. RGB value is (167,127,122). Sum of RGB (Red+Green+Blue) = 167+127+122=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F7A is #588085. Grayscale: #8A8A8A. Windows color (decimal): -5800070 or 8028071. OLE color: 8028071.

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

Color convert

RGB 167 127 122 -
CMYK 0 0.24 0.27 0.35
HSL 6.67º 0.2% 0.57% -
HSV(B) 6.67º 0.27% 0.65% -
XYZ 27.04 24.8 21.77 -
YUV 138.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 167 127 122 0 0.24 0.27 0.35 6.67 0.2 0.57
Hex A7 7F 7A 0 18 1B 23 7 14 39
Octal 247 177 172 0 30 33 43 7 24 71
Binary 10100111 1111111 1111010 0 11000 11011 100011 111 10100 111001

Color Harmonies of #A77F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F7A

Black with #A77F7A

Text Example


Text Example

White with #A77F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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