Html Css Color HEX #8B768B Trendy Pink

📋 copy color: '#8B768B'

red 139 ◦ green 118 ◦ blue 139

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

Shades of Trendy Pink #8B768B

Tints of Trendy Pink #8B768B

RGB

 RED value IS 139 (54.69% from 255) = 35.1%

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 35.1%
G = 29.8%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B768B (or 0x8B768B) is known color: Trendy Pink. HEX triplet: 8B, 76 and 8B. RGB value is (139,118,139). Sum of RGB (Red+Green+Blue) = 139+118+139=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B768B is #748974. Grayscale: #7E7E7E. Windows color (decimal): -7637365 or 9139851. OLE color: 9139851.

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

Color convert

RGB 139 118 139 -
CMYK 0 0.15 0 0.45
HSL 300º 0.08% 0.5% -
HSV(B) 300º 0.15% 0.55% -
XYZ 21.79 20.31 27.2 -
YUV 126.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 139 118 139 0 0.15 0 0.45 300 0.08 0.5
Hex 8B 76 8B 0 F 0 2D 12C 8 32
Octal 213 166 213 0 17 0 55 454 10 62
Binary 10001011 1110110 10001011 0 1111 0 101101 100101100 1000 110010

Color Harmonies of #8B768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B768B

Black with #8B768B

Text Example


Text Example

White with #8B768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,139); }

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

background-color css

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

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

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

border-color css

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

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

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