Html Css Color HEX #A7777F Turkish Rose

📋 copy color: '#A7777F'

red 167 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #A7777F

Tints of Turkish Rose #A7777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 127 (50% from 255) = 30.75%

R = 40.44%
G = 28.81%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7777F (or 0xA7777F) is known color: Turkish Rose. HEX triplet: A7, 77 and 7F. RGB value is (167,119,127). Sum of RGB (Red+Green+Blue) = 167+119+127=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7777F is #588880. Grayscale: #868686. Windows color (decimal): -5802113 or 8353703. OLE color: 8353703.

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

Color convert

RGB 167 119 127 -
CMYK 0 0.29 0.24 0.35
HSL 350º 0.21% 0.56% -
HSV(B) 350º 0.29% 0.65% -
XYZ 26.36 22.94 23.12 -
YUV 134.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 167 119 127 0 0.29 0.24 0.35 350 0.21 0.56
Hex A7 77 7F 0 1D 18 23 15E 15 38
Octal 247 167 177 0 35 30 43 536 25 70
Binary 10100111 1110111 1111111 0 11101 11000 100011 101011110 10101 111000

Color Harmonies of #A7777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7777F

Black with #A7777F

Text Example


Text Example

White with #A7777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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