Html Css Color HEX #AC7778 Turkish Rose

📋 copy color: '#AC7778'

red 172 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #AC7778

Tints of Turkish Rose #AC7778

RGB

 RED value IS 172 (67.58% from 255) = 41.85%

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

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

R = 41.85%
G = 28.95%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC7778 (or 0xAC7778) is known color: Turkish Rose. HEX triplet: AC, 77 and 78. RGB value is (172,119,120). Sum of RGB (Red+Green+Blue) = 172+119+120=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7778 is #538887. Grayscale: #878787. Windows color (decimal): -5474440 or 7894956. OLE color: 7894956.

HSL color Cylindrical-coordinate representation of color #AC7778: hue angle of 358.87º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC7778 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 120 -
CMYK 0 0.31 0.30 0.33
HSL 358.87º 0.24% 0.57% -
HSV(B) 358.87º 0.31% 0.67% -
XYZ 27 23.32 20.85 -
YUV 134.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 172 119 120 0 0.31 0.30 0.33 358.87 0.24 0.57
Hex AC 77 78 0 1F 1E 21 167 18 39
Octal 254 167 170 0 37 36 41 547 30 71
Binary 10101100 1110111 1111000 0 11111 11110 100001 101100111 11000 111001

Color Harmonies of #AC7778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7778

Black with #AC7778

Text Example


Text Example

White with #AC7778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7778; }

 p { color: rgb(172,119,120); }

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

background-color css

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

 a { background-color: rgb(172,119,120); }

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

border-color css

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

 span { border-color: rgb(172,119,120); }

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