Html Css Color HEX #7C6082 Trendy Pink

📋 copy color: '#7C6082'

red 124 ◦ green 96 ◦ blue 130

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

Shades of Trendy Pink #7C6082

Tints of Trendy Pink #7C6082

RGB

 RED value IS 124 (48.83% from 255) = 35.43%

 GREEN value IS 96 (37.89% from 255) = 27.43%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 35.43%
G = 27.43%
B = 37.14%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7C6082 (or 0x7C6082) is known color: Trendy Pink. HEX triplet: 7C, 60 and 82. RGB value is (124,96,130). Sum of RGB (Red+Green+Blue) = 124+96+130=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6082 is #839F7D. Grayscale: #6C6C6C. Windows color (decimal): -8626046 or 8544380. OLE color: 8544380.

HSL color Cylindrical-coordinate representation of color #7C6082: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C6082 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 96 130 -
CMYK 0.05 0.26 0 0.49
HSL 289.41º 0.15% 0.44% -
HSV(B) 289.41º 0.26% 0.51% -
XYZ 16.52 14.26 23 -
YUV 108.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 124 96 130 0.05 0.26 0 0.49 289.41 0.15 0.44
Hex 7C 60 82 5 1A 0 31 121 F 2C
Octal 174 140 202 5 32 0 61 441 17 54
Binary 1111100 1100000 10000010 101 11010 0 110001 100100001 1111 101100

Color Harmonies of #7C6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6082

Black with #7C6082

Text Example


Text Example

White with #7C6082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6082; }

 p { color: rgb(124,96,130); }

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

background-color css

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

 a { background-color: rgb(124,96,130); }

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

border-color css

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

 span { border-color: rgb(124,96,130); }

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