Html Css Color HEX #7D4E68 Cosmic

📋 copy color: '#7D4E68'

red 125 ◦ green 78 ◦ blue 104

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

Shades of Cosmic #7D4E68

Tints of Cosmic #7D4E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 40.72%
G = 25.41%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D4E68 (or 0x7D4E68) is known color: Cosmic. HEX triplet: 7D, 4E and 68. RGB value is (125,78,104). Sum of RGB (Red+Green+Blue) = 125+78+104=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4E68 is #82B197. Grayscale: #5E5E5E. Windows color (decimal): -8565144 or 6835837. OLE color: 6835837.

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

Color convert

RGB 125 78 104 -
CMYK 0 0.38 0.17 0.51
HSL 326.81º 0.23% 0.4% -
HSV(B) 326.81º 0.38% 0.49% -
XYZ 13.68 10.81 14.46 -
YUV 95.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 125 78 104 0 0.38 0.17 0.51 326.81 0.23 0.4
Hex 7D 4E 68 0 26 11 33 147 17 28
Octal 175 116 150 0 46 21 63 507 27 50
Binary 1111101 1001110 1101000 0 100110 10001 110011 101000111 10111 101000

Color Harmonies of #7D4E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E68

Black with #7D4E68

Text Example


Text Example

White with #7D4E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,104); }

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

background-color css

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

 a { background-color: rgb(125,78,104); }

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

border-color css

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

 span { border-color: rgb(125,78,104); }

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