Html Css Color HEX #7D505B Cosmic

📋 copy color: '#7D505B'

red 125 ◦ green 80 ◦ blue 91

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

Shades of Cosmic #7D505B

Tints of Cosmic #7D505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 42.23%
G = 27.03%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D505B (or 0x7D505B) is known color: Cosmic. HEX triplet: 7D, 50 and 5B. RGB value is (125,80,91). Sum of RGB (Red+Green+Blue) = 125+80+91=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D505B is #82AFA4. Grayscale: #5E5E5E. Windows color (decimal): -8564645 or 5984381. OLE color: 5984381.

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

Color convert

RGB 125 80 91 -
CMYK 0 0.36 0.27 0.51
HSL 345.33º 0.22% 0.4% -
HSV(B) 345.33º 0.36% 0.49% -
XYZ 13.21 10.85 11.3 -
YUV 94.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 125 80 91 0 0.36 0.27 0.51 345.33 0.22 0.4
Hex 7D 50 5B 0 24 1B 33 159 16 28
Octal 175 120 133 0 44 33 63 531 26 50
Binary 1111101 1010000 1011011 0 100100 11011 110011 101011001 10110 101000

Color Harmonies of #7D505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D505B

Black with #7D505B

Text Example


Text Example

White with #7D505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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