Html Css Color HEX #76567A Trendy Pink

📋 copy color: '#76567A'

red 118 ◦ green 86 ◦ blue 122

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

Shades of Trendy Pink #76567A

Tints of Trendy Pink #76567A

RGB

 RED value IS 118 (46.48% from 255) = 36.2%

 GREEN value IS 86 (33.98% from 255) = 26.38%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 36.2%
G = 26.38%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76567A (or 0x76567A) is known color: Trendy Pink. HEX triplet: 76, 56 and 7A. RGB value is (118,86,122). Sum of RGB (Red+Green+Blue) = 118+86+122=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 122 - color contains mainly: blue. Hex color #76567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76567A is #89A985. Grayscale: #636363. Windows color (decimal): -9021830 or 8017526. OLE color: 8017526.

HSL color Cylindrical-coordinate representation of color #76567A: hue angle of 293.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76567A is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 86 122 -
CMYK 0.03 0.30 0 0.52
HSL 293.33º 0.17% 0.41% -
HSV(B) 293.33º 0.3% 0.48% -
XYZ 14.31 11.91 19.96 -
YUV 99.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 118 86 122 0.03 0.30 0 0.52 293.33 0.17 0.41
Hex 76 56 7A 3 1E 0 34 125 11 29
Octal 166 126 172 3 36 0 64 445 21 51
Binary 1110110 1010110 1111010 11 11110 0 110100 100100101 10001 101001

Color Harmonies of #76567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76567A

Black with #76567A

Text Example


Text Example

White with #76567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76567A; }

 p { color: rgb(118,86,122); }

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

background-color css

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

 a { background-color: rgb(118,86,122); }

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

border-color css

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

 span { border-color: rgb(118,86,122); }

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