Html Css Color HEX #7D505C Cosmic

📋 copy color: '#7D505C'

red 125 ◦ green 80 ◦ blue 92

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

Shades of Cosmic #7D505C

Tints of Cosmic #7D505C

RGB

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

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

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

R = 42.09%
G = 26.94%
B = 30.98%

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

#7D505C (or 0x7D505C) is known color: Cosmic. HEX triplet: 7D, 50 and 5C. RGB value is (125,80,92). Sum of RGB (Red+Green+Blue) = 125+80+92=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D505C is #82AFA3. Grayscale: #5E5E5E. Windows color (decimal): -8564644 or 6049917. OLE color: 6049917.

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

Color convert

RGB 125 80 92 -
CMYK 0 0.36 0.26 0.51
HSL 344º 0.22% 0.4% -
HSV(B) 344º 0.36% 0.49% -
XYZ 13.26 10.87 11.52 -
YUV 94.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 125 80 92 0 0.36 0.26 0.51 344 0.22 0.4
Hex 7D 50 5C 0 24 1A 33 158 16 28
Octal 175 120 134 0 44 32 63 530 26 50
Binary 1111101 1010000 1011100 0 100100 11010 110011 101011000 10110 101000

Color Harmonies of #7D505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D505C

Black with #7D505C

Text Example


Text Example

White with #7D505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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