Html Css Color HEX #7D486C Cosmic

📋 copy color: '#7D486C'

red 125 ◦ green 72 ◦ blue 108

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

Shades of Cosmic #7D486C

Tints of Cosmic #7D486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 40.98%
G = 23.61%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D486C (or 0x7D486C) is known color: Cosmic. HEX triplet: 7D, 48 and 6C. RGB value is (125,72,108). Sum of RGB (Red+Green+Blue) = 125+72+108=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D486C is #82B793. Grayscale: #5B5B5B. Windows color (decimal): -8566676 or 7096445. OLE color: 7096445.

HSL color Cylindrical-coordinate representation of color #7D486C: hue angle of 319.25º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D486C is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 108 -
CMYK 0 0.42 0.14 0.51
HSL 319.25º 0.27% 0.39% -
HSV(B) 319.25º 0.42% 0.49% -
XYZ 13.48 10.08 15.42 -
YUV 91.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 125 72 108 0 0.42 0.14 0.51 319.25 0.27 0.39
Hex 7D 48 6C 0 2A E 33 13F 1B 27
Octal 175 110 154 0 52 16 63 477 33 47
Binary 1111101 1001000 1101100 0 101010 1110 110011 100111111 11011 100111

Color Harmonies of #7D486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D486C

Black with #7D486C

Text Example


Text Example

White with #7D486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,108); }

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

background-color css

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

 a { background-color: rgb(125,72,108); }

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

border-color css

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

 span { border-color: rgb(125,72,108); }

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