Html Css Color HEX #A7767B Turkish Rose

📋 copy color: '#A7767B'

red 167 ◦ green 118 ◦ blue 123

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

Shades of Turkish Rose #A7767B

Tints of Turkish Rose #A7767B

RGB

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

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

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

R = 40.93%
G = 28.92%
B = 30.15%

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

#A7767B (or 0xA7767B) is known color: Turkish Rose. HEX triplet: A7, 76 and 7B. RGB value is (167,118,123). Sum of RGB (Red+Green+Blue) = 167+118+123=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7767B is #588984. Grayscale: #858585. Windows color (decimal): -5802373 or 8091303. OLE color: 8091303.

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

Color convert

RGB 167 118 123 -
CMYK 0 0.29 0.26 0.35
HSL 353.88º 0.22% 0.56% -
HSV(B) 353.88º 0.29% 0.65% -
XYZ 25.99 22.6 21.73 -
YUV 133.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 167 118 123 0 0.29 0.26 0.35 353.88 0.22 0.56
Hex A7 76 7B 0 1D 1A 23 162 16 38
Octal 247 166 173 0 35 32 43 542 26 70
Binary 10100111 1110110 1111011 0 11101 11010 100011 101100010 10110 111000

Color Harmonies of #A7767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7767B

Black with #A7767B

Text Example


Text Example

White with #A7767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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