Html Css Color HEX #7D536D Cosmic

📋 copy color: '#7D536D'

red 125 ◦ green 83 ◦ blue 109

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

Shades of Cosmic #7D536D

Tints of Cosmic #7D536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 39.43%
G = 26.18%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D536D (or 0x7D536D) is known color: Cosmic. HEX triplet: 7D, 53 and 6D. RGB value is (125,83,109). Sum of RGB (Red+Green+Blue) = 125+83+109=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D536D is #82AC92. Grayscale: #626262. Windows color (decimal): -8563859 or 7164797. OLE color: 7164797.

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

Color convert

RGB 125 83 109 -
CMYK 0 0.34 0.13 0.51
HSL 322.86º 0.2% 0.41% -
HSV(B) 322.86º 0.34% 0.49% -
XYZ 14.31 11.65 15.96 -
YUV 98.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 125 83 109 0 0.34 0.13 0.51 322.86 0.2 0.41
Hex 7D 53 6D 0 22 D 33 143 14 29
Octal 175 123 155 0 42 15 63 503 24 51
Binary 1111101 1010011 1101101 0 100010 1101 110011 101000011 10100 101001

Color Harmonies of #7D536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D536D

Black with #7D536D

Text Example


Text Example

White with #7D536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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