Html Css Color HEX #A7757A Turkish Rose

📋 copy color: '#A7757A'

red 167 ◦ green 117 ◦ blue 122

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

Shades of Turkish Rose #A7757A

Tints of Turkish Rose #A7757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 41.13%
G = 28.82%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7757A (or 0xA7757A) is known color: Turkish Rose. HEX triplet: A7, 75 and 7A. RGB value is (167,117,122). Sum of RGB (Red+Green+Blue) = 167+117+122=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7757A is #588A85. Grayscale: #848484. Windows color (decimal): -5802630 or 8025511. OLE color: 8025511.

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

Color convert

RGB 167 117 122 -
CMYK 0 0.30 0.27 0.35
HSL 354º 0.22% 0.56% -
HSV(B) 354º 0.3% 0.65% -
XYZ 25.81 22.34 21.36 -
YUV 132.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 167 117 122 0 0.30 0.27 0.35 354 0.22 0.56
Hex A7 75 7A 0 1E 1B 23 162 16 38
Octal 247 165 172 0 36 33 43 542 26 70
Binary 10100111 1110101 1111010 0 11110 11011 100011 101100010 10110 111000

Color Harmonies of #A7757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7757A

Black with #A7757A

Text Example


Text Example

White with #A7757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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