Html Css Color HEX #A7777B Turkish Rose

📋 copy color: '#A7777B'

red 167 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #A7777B

Tints of Turkish Rose #A7777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 40.83%
G = 29.1%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7777B (or 0xA7777B) is known color: Turkish Rose. HEX triplet: A7, 77 and 7B. RGB value is (167,119,123). Sum of RGB (Red+Green+Blue) = 167+119+123=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7777B is #588884. Grayscale: #858585. Windows color (decimal): -5802117 or 8091559. OLE color: 8091559.

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

Color convert

RGB 167 119 123 -
CMYK 0 0.29 0.26 0.35
HSL 355º 0.21% 0.56% -
HSV(B) 355º 0.29% 0.65% -
XYZ 26.11 22.84 21.77 -
YUV 133.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 167 119 123 0 0.29 0.26 0.35 355 0.21 0.56
Hex A7 77 7B 0 1D 1A 23 163 15 38
Octal 247 167 173 0 35 32 43 543 25 70
Binary 10100111 1110111 1111011 0 11101 11010 100011 101100011 10101 111000

Color Harmonies of #A7777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7777B

Black with #A7777B

Text Example


Text Example

White with #A7777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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