Html Css Color HEX #8C758C Trendy Pink

📋 copy color: '#8C758C'

red 140 ◦ green 117 ◦ blue 140

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

Shades of Trendy Pink #8C758C

Tints of Trendy Pink #8C758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 35.26%
G = 29.47%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C758C (or 0x8C758C) is known color: Trendy Pink. HEX triplet: 8C, 75 and 8C. RGB value is (140,117,140). Sum of RGB (Red+Green+Blue) = 140+117+140=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C758C is #738A73. Grayscale: #7E7E7E. Windows color (decimal): -7572084 or 9205132. OLE color: 9205132.

HSL color Cylindrical-coordinate representation of color #8C758C: hue angle of 300º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C758C is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 117 140 -
CMYK 0 0.16 0 0.45
HSL 300º 0.09% 0.5% -
HSV(B) 300º 0.16% 0.55% -
XYZ 21.91 20.19 27.55 -
YUV 126.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 140 117 140 0 0.16 0 0.45 300 0.09 0.5
Hex 8C 75 8C 0 10 0 2D 12C 9 32
Octal 214 165 214 0 20 0 55 454 11 62
Binary 10001100 1110101 10001100 0 10000 0 101101 100101100 1001 110010

Color Harmonies of #8C758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C758C

Black with #8C758C

Text Example


Text Example

White with #8C758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,117,140); }

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

background-color css

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

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

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

border-color css

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

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

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