Html Css Color HEX #807083 Trendy Pink

📋 copy color: '#807083'

red 128 ◦ green 112 ◦ blue 131

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

Shades of Trendy Pink #807083

Tints of Trendy Pink #807083

RGB

 RED value IS 128 (50.39% from 255) = 34.5%

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 34.5%
G = 30.19%
B = 35.31%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807083 (or 0x807083) is known color: Trendy Pink. HEX triplet: 80, 70 and 83. RGB value is (128,112,131). Sum of RGB (Red+Green+Blue) = 128+112+131=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 131 - color contains mainly: blue. Hex color #807083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807083 is #7F8F7C. Grayscale: #767676. Windows color (decimal): -8359805 or 8614016. OLE color: 8614016.

HSL color Cylindrical-coordinate representation of color #807083: hue angle of 290.53º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #807083 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 112 131 -
CMYK 0.02 0.15 0 0.49
HSL 290.53º 0.08% 0.48% -
HSV(B) 290.53º 0.15% 0.51% -
XYZ 18.79 17.82 23.92 -
YUV 118.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 128 112 131 0.02 0.15 0 0.49 290.53 0.08 0.48
Hex 80 70 83 2 F 0 31 123 8 30
Octal 200 160 203 2 17 0 61 443 10 60
Binary 10000000 1110000 10000011 10 1111 0 110001 100100011 1000 110000

Color Harmonies of #807083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807083

Black with #807083

Text Example


Text Example

White with #807083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807083; }

 p { color: rgb(128,112,131); }

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

background-color css

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

 a { background-color: rgb(128,112,131); }

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

border-color css

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

 span { border-color: rgb(128,112,131); }

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