Html Css Color HEX #A7767F Turkish Rose

📋 copy color: '#A7767F'

red 167 ◦ green 118 ◦ blue 127

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

Shades of Turkish Rose #A7767F

Tints of Turkish Rose #A7767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

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

R = 40.53%
G = 28.64%
B = 30.83%

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

#A7767F (or 0xA7767F) is known color: Turkish Rose. HEX triplet: A7, 76 and 7F. RGB value is (167,118,127). Sum of RGB (Red+Green+Blue) = 167+118+127=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7767F is #588980. Grayscale: #858585. Windows color (decimal): -5802369 or 8353447. OLE color: 8353447.

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

Color convert

RGB 167 118 127 -
CMYK 0 0.29 0.24 0.35
HSL 348.98º 0.22% 0.56% -
HSV(B) 348.98º 0.29% 0.65% -
XYZ 26.25 22.7 23.08 -
YUV 133.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 167 118 127 0 0.29 0.24 0.35 348.98 0.22 0.56
Hex A7 76 7F 0 1D 18 23 15D 16 38
Octal 247 166 177 0 35 30 43 535 26 70
Binary 10100111 1110110 1111111 0 11101 11000 100011 101011101 10110 111000

Color Harmonies of #A7767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7767F

Black with #A7767F

Text Example


Text Example

White with #A7767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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