Html Css Color HEX #7D4765 Cosmic

📋 copy color: '#7D4765'

red 125 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #7D4765

Tints of Cosmic #7D4765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 42.09%
G = 23.91%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D4765 (or 0x7D4765) is known color: Cosmic. HEX triplet: 7D, 47 and 65. RGB value is (125,71,101). Sum of RGB (Red+Green+Blue) = 125+71+101=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4765 is #82B89A. Grayscale: #5A5A5A. Windows color (decimal): -8566939 or 6637437. OLE color: 6637437.

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

Color convert

RGB 125 71 101 -
CMYK 0 0.43 0.19 0.51
HSL 326.67º 0.28% 0.38% -
HSV(B) 326.67º 0.43% 0.49% -
XYZ 13.06 9.81 13.52 -
YUV 90.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 125 71 101 0 0.43 0.19 0.51 326.67 0.28 0.38
Hex 7D 47 65 0 2B 13 33 147 1C 26
Octal 175 107 145 0 53 23 63 507 34 46
Binary 1111101 1000111 1100101 0 101011 10011 110011 101000111 11100 100110

Color Harmonies of #7D4765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4765

Black with #7D4765

Text Example


Text Example

White with #7D4765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,101); }

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

background-color css

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

 a { background-color: rgb(125,71,101); }

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

border-color css

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

 span { border-color: rgb(125,71,101); }

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