Html Css Color HEX #8C768E Trendy Pink

📋 copy color: '#8C768E'

red 140 ◦ green 118 ◦ blue 142

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

Shades of Trendy Pink #8C768E

Tints of Trendy Pink #8C768E

RGB

 RED value IS 140 (55.08% from 255) = 35%

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 35%
G = 29.5%
B = 35.5%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C768E (or 0x8C768E) is known color: Trendy Pink. HEX triplet: 8C, 76 and 8E. RGB value is (140,118,142). Sum of RGB (Red+Green+Blue) = 140+118+142=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C768E is #738971. Grayscale: #7F7F7F. Windows color (decimal): -7571826 or 9336460. OLE color: 9336460.

HSL color Cylindrical-coordinate representation of color #8C768E: hue angle of 295º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C768E is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 118 142 -
CMYK 0.01 0.17 0 0.44
HSL 295º 0.1% 0.51% -
HSV(B) 295º 0.17% 0.56% -
XYZ 22.18 20.49 28.38 -
YUV 127.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 140 118 142 0.01 0.17 0 0.44 295 0.1 0.51
Hex 8C 76 8E 1 11 0 2C 127 A 33
Octal 214 166 216 1 21 0 54 447 12 63
Binary 10001100 1110110 10001110 1 10001 0 101100 100100111 1010 110011

Color Harmonies of #8C768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C768E

Black with #8C768E

Text Example


Text Example

White with #8C768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C768E; }

 p { color: rgb(140,118,142); }

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

background-color css

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

 a { background-color: rgb(140,118,142); }

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

border-color css

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

 span { border-color: rgb(140,118,142); }

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