Html Css Color HEX #7D4264 Cosmic

📋 copy color: '#7D4264'

red 125 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #7D4264

Tints of Cosmic #7D4264

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 42.96%
G = 22.68%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#7D4264 (or 0x7D4264) is known color: Cosmic. HEX triplet: 7D, 42 and 64. RGB value is (125,66,100). Sum of RGB (Red+Green+Blue) = 125+66+100=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4264 is #82BD9B. Grayscale: #575757. Windows color (decimal): -8568220 or 6570621. OLE color: 6570621.

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

Color convert

RGB 125 66 100 -
CMYK 0 0.47 0.2 0.51
HSL 325.42º 0.31% 0.37% -
HSV(B) 325.42º 0.47% 0.49% -
XYZ 12.71 9.18 13.16 -
YUV 87.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 125 66 100 0 0.47 0.2 0.51 325.42 0.31 0.37
Hex 7D 42 64 0 2F 14 33 145 1F 25
Octal 175 102 144 0 57 24 63 505 37 45
Binary 1111101 1000010 1100100 0 101111 10100 110011 101000101 11111 100101

Color Harmonies of #7D4264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4264

Black with #7D4264

Text Example


Text Example

White with #7D4264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,100); }

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

background-color css

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

 a { background-color: rgb(125,66,100); }

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

border-color css

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

 span { border-color: rgb(125,66,100); }

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