Html Css Color HEX #7D516E Cosmic

📋 copy color: '#7D516E'

red 125 ◦ green 81 ◦ blue 110

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

Shades of Cosmic #7D516E

Tints of Cosmic #7D516E

RGB

 RED value IS 125 (49.22% from 255) = 39.56%

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 39.56%
G = 25.63%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D516E (or 0x7D516E) is known color: Cosmic. HEX triplet: 7D, 51 and 6E. RGB value is (125,81,110). Sum of RGB (Red+Green+Blue) = 125+81+110=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D516E is #82AE91. Grayscale: #616161. Windows color (decimal): -8564370 or 7229821. OLE color: 7229821.

HSL color Cylindrical-coordinate representation of color #7D516E: hue angle of 320.45º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D516E is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 81 110 -
CMYK 0 0.35 0.12 0.51
HSL 320.45º 0.21% 0.4% -
HSV(B) 320.45º 0.35% 0.49% -
XYZ 14.21 11.37 16.2 -
YUV 97.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 125 81 110 0 0.35 0.12 0.51 320.45 0.21 0.4
Hex 7D 51 6E 0 23 C 33 140 15 28
Octal 175 121 156 0 43 14 63 500 25 50
Binary 1111101 1010001 1101110 0 100011 1100 110011 101000000 10101 101000

Color Harmonies of #7D516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D516E

Black with #7D516E

Text Example


Text Example

White with #7D516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,81,110); }

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

background-color css

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

 a { background-color: rgb(125,81,110); }

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

border-color css

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

 span { border-color: rgb(125,81,110); }

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