Html Css Color HEX #7D506A Cosmic

📋 copy color: '#7D506A'

red 125 ◦ green 80 ◦ blue 106

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

Shades of Cosmic #7D506A

Tints of Cosmic #7D506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 40.19%
G = 25.72%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7D506A (or 0x7D506A) is known color: Cosmic. HEX triplet: 7D, 50 and 6A. RGB value is (125,80,106). Sum of RGB (Red+Green+Blue) = 125+80+106=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 125 - color contains mainly: red. Hex color #7D506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D506A is #82AF95. Grayscale: #606060. Windows color (decimal): -8564630 or 6967421. OLE color: 6967421.

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

Color convert

RGB 125 80 106 -
CMYK 0 0.36 0.15 0.51
HSL 325.33º 0.22% 0.4% -
HSV(B) 325.33º 0.36% 0.49% -
XYZ 13.93 11.14 15.05 -
YUV 96.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 125 80 106 0 0.36 0.15 0.51 325.33 0.22 0.4
Hex 7D 50 6A 0 24 F 33 145 16 28
Octal 175 120 152 0 44 17 63 505 26 50
Binary 1111101 1010000 1101010 0 100100 1111 110011 101000101 10110 101000

Color Harmonies of #7D506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D506A

Black with #7D506A

Text Example


Text Example

White with #7D506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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