Html Css Color HEX #7D586F Cosmic

📋 copy color: '#7D586F'

red 125 ◦ green 88 ◦ blue 111

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

Shades of Cosmic #7D586F

Tints of Cosmic #7D586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 38.58%
G = 27.16%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D586F (or 0x7D586F) is known color: Cosmic. HEX triplet: 7D, 58 and 6F. RGB value is (125,88,111). Sum of RGB (Red+Green+Blue) = 125+88+111=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D586F is #82A790. Grayscale: #656565. Windows color (decimal): -8562577 or 7297149. OLE color: 7297149.

HSL color Cylindrical-coordinate representation of color #7D586F: hue angle of 322.7º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D586F is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 88 111 -
CMYK 0 0.30 0.11 0.51
HSL 322.7º 0.17% 0.42% -
HSV(B) 322.7º 0.3% 0.49% -
XYZ 14.82 12.49 16.67 -
YUV 101.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 125 88 111 0 0.30 0.11 0.51 322.7 0.17 0.42
Hex 7D 58 6F 0 1E B 33 143 11 2A
Octal 175 130 157 0 36 13 63 503 21 52
Binary 1111101 1011000 1101111 0 11110 1011 110011 101000011 10001 101010

Color Harmonies of #7D586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D586F

Black with #7D586F

Text Example


Text Example

White with #7D586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,111); }

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

background-color css

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

 a { background-color: rgb(125,88,111); }

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

border-color css

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

 span { border-color: rgb(125,88,111); }

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