Html Css Color HEX #7D425C Cosmic

📋 copy color: '#7D425C'

red 125 ◦ green 66 ◦ blue 92

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

Shades of Cosmic #7D425C

Tints of Cosmic #7D425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 44.17%
G = 23.32%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D425C (or 0x7D425C) is known color: Cosmic. HEX triplet: 7D, 42 and 5C. RGB value is (125,66,92). Sum of RGB (Red+Green+Blue) = 125+66+92=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D425C is #82BDA3. Grayscale: #565656. Windows color (decimal): -8568228 or 6046333. OLE color: 6046333.

HSL color Cylindrical-coordinate representation of color #7D425C: hue angle of 333.56º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D425C is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 66 92 -
CMYK 0 0.47 0.26 0.51
HSL 333.56º 0.31% 0.37% -
HSV(B) 333.56º 0.47% 0.49% -
XYZ 12.34 9.03 11.22 -
YUV 86.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 125 66 92 0 0.47 0.26 0.51 333.56 0.31 0.37
Hex 7D 42 5C 0 2F 1A 33 14E 1F 25
Octal 175 102 134 0 57 32 63 516 37 45
Binary 1111101 1000010 1011100 0 101111 11010 110011 101001110 11111 100101

Color Harmonies of #7D425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D425C

Black with #7D425C

Text Example


Text Example

White with #7D425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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