Html Css Color HEX #7D476D Cosmic

📋 copy color: '#7D476D'

red 125 ◦ green 71 ◦ blue 109

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

Shades of Cosmic #7D476D

Tints of Cosmic #7D476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 40.98%
G = 23.28%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D476D (or 0x7D476D) is known color: Cosmic. HEX triplet: 7D, 47 and 6D. RGB value is (125,71,109). Sum of RGB (Red+Green+Blue) = 125+71+109=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D476D is #82B892. Grayscale: #5B5B5B. Windows color (decimal): -8566931 or 7161725. OLE color: 7161725.

HSL color Cylindrical-coordinate representation of color #7D476D: hue angle of 317.78º 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 #7D476D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 71 109 -
CMYK 0 0.43 0.13 0.51
HSL 317.78º 0.28% 0.38% -
HSV(B) 317.78º 0.43% 0.49% -
XYZ 13.47 9.97 15.68 -
YUV 91.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 125 71 109 0 0.43 0.13 0.51 317.78 0.28 0.38
Hex 7D 47 6D 0 2B D 33 13E 1C 26
Octal 175 107 155 0 53 15 63 476 34 46
Binary 1111101 1000111 1101101 0 101011 1101 110011 100111110 11100 100110

Color Harmonies of #7D476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D476D

Black with #7D476D

Text Example


Text Example

White with #7D476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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