Html Css Color HEX #7D3F68 Cosmic

📋 copy color: '#7D3F68'

red 125 ◦ green 63 ◦ blue 104

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

Shades of Cosmic #7D3F68

Tints of Cosmic #7D3F68

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 42.81%
G = 21.58%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7D3F68 (or 0x7D3F68) is known color: Cosmic. HEX triplet: 7D, 3F and 68. RGB value is (125,63,104). Sum of RGB (Red+Green+Blue) = 125+63+104=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F68 is #82C097. Grayscale: #565656. Windows color (decimal): -8568984 or 6831997. OLE color: 6831997.

HSL color Cylindrical-coordinate representation of color #7D3F68: hue angle of 320.32º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3F68 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 63 104 -
CMYK 0 0.50 0.17 0.51
HSL 320.32º 0.33% 0.37% -
HSV(B) 320.32º 0.5% 0.49% -
XYZ 12.73 8.91 14.15 -
YUV 86.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 125 63 104 0 0.50 0.17 0.51 320.32 0.33 0.37
Hex 7D 3F 68 0 32 11 33 140 21 25
Octal 175 77 150 0 62 21 63 500 41 45
Binary 1111101 111111 1101000 0 110010 10001 110011 101000000 100001 100101

Color Harmonies of #7D3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3F68

Black with #7D3F68

Text Example


Text Example

White with #7D3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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