Html Css Color HEX #7D4F6D Cosmic

📋 copy color: '#7D4F6D'

red 125 ◦ green 79 ◦ blue 109

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

Shades of Cosmic #7D4F6D

Tints of Cosmic #7D4F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 39.94%
G = 25.24%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D4F6D (or 0x7D4F6D) is known color: Cosmic. HEX triplet: 7D, 4F and 6D. RGB value is (125,79,109). Sum of RGB (Red+Green+Blue) = 125+79+109=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4F6D is #82B092. Grayscale: #606060. Windows color (decimal): -8564883 or 7163773. OLE color: 7163773.

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

Color convert

RGB 125 79 109 -
CMYK 0 0.37 0.13 0.51
HSL 320.87º 0.23% 0.4% -
HSV(B) 320.87º 0.37% 0.49% -
XYZ 14.01 11.06 15.86 -
YUV 96.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 125 79 109 0 0.37 0.13 0.51 320.87 0.23 0.4
Hex 7D 4F 6D 0 25 D 33 141 17 28
Octal 175 117 155 0 45 15 63 501 27 50
Binary 1111101 1001111 1101101 0 100101 1101 110011 101000001 10111 101000

Color Harmonies of #7D4F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F6D

Black with #7D4F6D

Text Example


Text Example

White with #7D4F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,109); }

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

background-color css

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

 a { background-color: rgb(125,79,109); }

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

border-color css

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

 span { border-color: rgb(125,79,109); }

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