Html Css Color HEX #7D475C Cosmic

📋 copy color: '#7D475C'

red 125 ◦ green 71 ◦ blue 92

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

Shades of Cosmic #7D475C

Tints of Cosmic #7D475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 43.4%
G = 24.65%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D475C (or 0x7D475C) is known color: Cosmic. HEX triplet: 7D, 47 and 5C. RGB value is (125,71,92). Sum of RGB (Red+Green+Blue) = 125+71+92=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D475C is #82B8A3. Grayscale: #595959. Windows color (decimal): -8566948 or 6047613. OLE color: 6047613.

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

Color convert

RGB 125 71 92 -
CMYK 0 0.43 0.26 0.51
HSL 336.67º 0.28% 0.38% -
HSV(B) 336.67º 0.43% 0.49% -
XYZ 12.64 9.64 11.32 -
YUV 89.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 125 71 92 0 0.43 0.26 0.51 336.67 0.28 0.38
Hex 7D 47 5C 0 2B 1A 33 151 1C 26
Octal 175 107 134 0 53 32 63 521 34 46
Binary 1111101 1000111 1011100 0 101011 11010 110011 101010001 11100 100110

Color Harmonies of #7D475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D475C

Black with #7D475C

Text Example


Text Example

White with #7D475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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