Html Css Color HEX #7D5370 Cosmic

📋 copy color: '#7D5370'

red 125 ◦ green 83 ◦ blue 112

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

Shades of Cosmic #7D5370

Tints of Cosmic #7D5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 39.06%
G = 25.94%
B = 35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D5370 (or 0x7D5370) is known color: Cosmic. HEX triplet: 7D, 53 and 70. RGB value is (125,83,112). Sum of RGB (Red+Green+Blue) = 125+83+112=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5370 is #82AC8F. Grayscale: #626262. Windows color (decimal): -8563856 or 7361405. OLE color: 7361405.

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

Color convert

RGB 125 83 112 -
CMYK 0 0.34 0.10 0.51
HSL 318.57º 0.2% 0.41% -
HSV(B) 318.57º 0.34% 0.49% -
XYZ 14.48 11.72 16.83 -
YUV 98.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 125 83 112 0 0.34 0.10 0.51 318.57 0.2 0.41
Hex 7D 53 70 0 22 A 33 13F 14 29
Octal 175 123 160 0 42 12 63 477 24 51
Binary 1111101 1010011 1110000 0 100010 1010 110011 100111111 10100 101001

Color Harmonies of #7D5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5370

Black with #7D5370

Text Example


Text Example

White with #7D5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,112); }

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

background-color css

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

 a { background-color: rgb(125,83,112); }

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

border-color css

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

 span { border-color: rgb(125,83,112); }

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