Html Css Color HEX #A76778 Turkish Rose

📋 copy color: '#A76778'

red 167 ◦ green 103 ◦ blue 120

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

Shades of Turkish Rose #A76778

Tints of Turkish Rose #A76778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 42.82%
G = 26.41%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A76778 (or 0xA76778) is known color: Turkish Rose. HEX triplet: A7, 67 and 78. RGB value is (167,103,120). Sum of RGB (Red+Green+Blue) = 167+103+120=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A76778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76778 is #589887. Grayscale: #7C7C7C. Windows color (decimal): -5806216 or 7890855. OLE color: 7890855.

HSL color Cylindrical-coordinate representation of color #A76778: hue angle of 344.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A76778 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 120 -
CMYK 0 0.38 0.28 0.35
HSL 344.06º 0.27% 0.53% -
HSV(B) 344.06º 0.38% 0.65% -
XYZ 24.18 19.27 20.21 -
YUV 124.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 167 103 120 0 0.38 0.28 0.35 344.06 0.27 0.53
Hex A7 67 78 0 26 1C 23 158 1B 35
Octal 247 147 170 0 46 34 43 530 33 65
Binary 10100111 1100111 1111000 0 100110 11100 100011 101011000 11011 110101

Color Harmonies of #A76778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76778

Black with #A76778

Text Example


Text Example

White with #A76778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76778; }

 p { color: rgb(167,103,120); }

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

background-color css

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

 a { background-color: rgb(167,103,120); }

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

border-color css

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

 span { border-color: rgb(167,103,120); }

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