Html Css Color HEX #7D3D67 Cosmic

📋 copy color: '#7D3D67'

red 125 ◦ green 61 ◦ blue 103

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

Shades of Cosmic #7D3D67

Tints of Cosmic #7D3D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.11%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 43.25%
G = 21.11%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D3D67 (or 0x7D3D67) is known color: Cosmic. HEX triplet: 7D, 3D and 67. RGB value is (125,61,103). Sum of RGB (Red+Green+Blue) = 125+61+103=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D67 is #82C298. Grayscale: #545454. Windows color (decimal): -8569497 or 6765949. OLE color: 6765949.

HSL color Cylindrical-coordinate representation of color #7D3D67: hue angle of 320.62º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3D67 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 61 103 -
CMYK 0 0.51 0.18 0.51
HSL 320.63º 0.34% 0.36% -
HSV(B) 320.63º 0.51% 0.49% -
XYZ 12.57 8.68 13.84 -
YUV 84.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 125 61 103 0 0.51 0.18 0.51 320.63 0.34 0.36
Hex 7D 3D 67 0 33 12 33 141 22 24
Octal 175 75 147 0 63 22 63 501 42 44
Binary 1111101 111101 1100111 0 110011 10010 110011 101000001 100010 100100

Color Harmonies of #7D3D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D67

Black with #7D3D67

Text Example


Text Example

White with #7D3D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,103); }

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

background-color css

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

 a { background-color: rgb(125,61,103); }

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

border-color css

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

 span { border-color: rgb(125,61,103); }

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