Html Css Color HEX #7D455A Cosmic

📋 copy color: '#7D455A'

red 125 ◦ green 69 ◦ blue 90

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

Shades of Cosmic #7D455A

Tints of Cosmic #7D455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 44.01%
G = 24.3%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D455A (or 0x7D455A) is known color: Cosmic. HEX triplet: 7D, 45 and 5A. RGB value is (125,69,90). Sum of RGB (Red+Green+Blue) = 125+69+90=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D455A is #82BAA5. Grayscale: #585858. Windows color (decimal): -8567462 or 5916029. OLE color: 5916029.

HSL color Cylindrical-coordinate representation of color #7D455A: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D455A is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 69 90 -
CMYK 0 0.45 0.28 0.51
HSL 337.5º 0.29% 0.38% -
HSV(B) 337.5º 0.45% 0.49% -
XYZ 12.43 9.35 10.82 -
YUV 88.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 125 69 90 0 0.45 0.28 0.51 337.5 0.29 0.38
Hex 7D 45 5A 0 2D 1C 33 152 1D 26
Octal 175 105 132 0 55 34 63 522 35 46
Binary 1111101 1000101 1011010 0 101101 11100 110011 101010010 11101 100110

Color Harmonies of #7D455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D455A

Black with #7D455A

Text Example


Text Example

White with #7D455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,69,90); }

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

background-color css

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

 a { background-color: rgb(125,69,90); }

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

border-color css

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

 span { border-color: rgb(125,69,90); }

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