Html Css Color HEX #A76078 Turkish Rose

📋 copy color: '#A76078'

red 167 ◦ green 96 ◦ blue 120

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

Shades of Turkish Rose #A76078

Tints of Turkish Rose #A76078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 43.6%
G = 25.07%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A76078 (or 0xA76078) is known color: Turkish Rose. HEX triplet: A7, 60 and 78. RGB value is (167,96,120). Sum of RGB (Red+Green+Blue) = 167+96+120=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A76078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76078 is #589F87. Grayscale: #777777. Windows color (decimal): -5808008 or 7889063. OLE color: 7889063.

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

Color convert

RGB 167 96 120 -
CMYK 0 0.43 0.28 0.35
HSL 339.72º 0.29% 0.52% -
HSV(B) 339.72º 0.43% 0.65% -
XYZ 23.51 17.94 19.99 -
YUV 119.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 167 96 120 0 0.43 0.28 0.35 339.72 0.29 0.52
Hex A7 60 78 0 2B 1C 23 154 1D 34
Octal 247 140 170 0 53 34 43 524 35 64
Binary 10100111 1100000 1111000 0 101011 11100 100011 101010100 11101 110100

Color Harmonies of #A76078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76078

Black with #A76078

Text Example


Text Example

White with #A76078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76078; }

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

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

background-color css

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

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

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

border-color css

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

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

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