Html Css Color HEX #8C769C Ce Soir

📋 copy color: '#8C769C'

red 140 ◦ green 118 ◦ blue 156

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

Shades of Ce Soir #8C769C

Tints of Ce Soir #8C769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 33.82%
G = 28.5%
B = 37.68%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C769C (or 0x8C769C) is known color: Ce Soir. HEX triplet: 8C, 76 and 9C. RGB value is (140,118,156). Sum of RGB (Red+Green+Blue) = 140+118+156=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C769C is #738963. Grayscale: #808080. Windows color (decimal): -7571812 or 10253964. OLE color: 10253964.

HSL color Cylindrical-coordinate representation of color #8C769C: hue angle of 274.74º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C769C is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 118 156 -
CMYK 0.10 0.24 0 0.39
HSL 274.74º 0.16% 0.54% -
HSV(B) 274.74º 0.24% 0.61% -
XYZ 23.29 20.93 34.27 -
YUV 128.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 140 118 156 0.10 0.24 0 0.39 274.74 0.16 0.54
Hex 8C 76 9C A 18 0 27 113 10 36
Octal 214 166 234 12 30 0 47 423 20 66
Binary 10001100 1110110 10011100 1010 11000 0 100111 100010011 10000 110110

Color Harmonies of #8C769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C769C

Black with #8C769C

Text Example


Text Example

White with #8C769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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