Html Css Color HEX #7D476B Cosmic

📋 copy color: '#7D476B'

red 125 ◦ green 71 ◦ blue 107

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

Shades of Cosmic #7D476B

Tints of Cosmic #7D476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 41.25%
G = 23.43%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D476B (or 0x7D476B) is known color: Cosmic. HEX triplet: 7D, 47 and 6B. RGB value is (125,71,107). Sum of RGB (Red+Green+Blue) = 125+71+107=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D476B is #82B894. Grayscale: #5B5B5B. Windows color (decimal): -8566933 or 7030653. OLE color: 7030653.

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

Color convert

RGB 125 71 107 -
CMYK 0 0.43 0.14 0.51
HSL 320º 0.28% 0.38% -
HSV(B) 320º 0.43% 0.49% -
XYZ 13.36 9.93 15.12 -
YUV 91.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 125 71 107 0 0.43 0.14 0.51 320 0.28 0.38
Hex 7D 47 6B 0 2B E 33 140 1C 26
Octal 175 107 153 0 53 16 63 500 34 46
Binary 1111101 1000111 1101011 0 101011 1110 110011 101000000 11100 100110

Color Harmonies of #7D476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D476B

Black with #7D476B

Text Example


Text Example

White with #7D476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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