Html Css Color HEX #7D505D Cosmic

📋 copy color: '#7D505D'

red 125 ◦ green 80 ◦ blue 93

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

Shades of Cosmic #7D505D

Tints of Cosmic #7D505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 41.95%
G = 26.85%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D505D (or 0x7D505D) is known color: Cosmic. HEX triplet: 7D, 50 and 5D. RGB value is (125,80,93). Sum of RGB (Red+Green+Blue) = 125+80+93=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D505D is #82AFA2. Grayscale: #5E5E5E. Windows color (decimal): -8564643 or 6115453. OLE color: 6115453.

HSL color Cylindrical-coordinate representation of color #7D505D: hue angle of 342.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D505D is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 80 93 -
CMYK 0 0.36 0.26 0.51
HSL 342.67º 0.22% 0.4% -
HSV(B) 342.67º 0.36% 0.49% -
XYZ 13.3 10.89 11.76 -
YUV 94.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 125 80 93 0 0.36 0.26 0.51 342.67 0.22 0.4
Hex 7D 50 5D 0 24 1A 33 157 16 28
Octal 175 120 135 0 44 32 63 527 26 50
Binary 1111101 1010000 1011101 0 100100 11010 110011 101010111 10110 101000

Color Harmonies of #7D505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D505D

Black with #7D505D

Text Example


Text Example

White with #7D505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,93); }

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

background-color css

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

 a { background-color: rgb(125,80,93); }

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

border-color css

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

 span { border-color: rgb(125,80,93); }

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