Html Css Color HEX #7A425D Cosmic

📋 copy color: '#7A425D'

red 122 ◦ green 66 ◦ blue 93

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

Shades of Cosmic #7A425D

Tints of Cosmic #7A425D

RGB

 RED value IS 122 (48.05% from 255) = 43.42%

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

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 43.42%
G = 23.49%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A425D (or 0x7A425D) is known color: Cosmic. HEX triplet: 7A, 42 and 5D. RGB value is (122,66,93). Sum of RGB (Red+Green+Blue) = 122+66+93=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A425D is #85BDA2. Grayscale: #555555. Windows color (decimal): -8764835 or 6111866. OLE color: 6111866.

HSL color Cylindrical-coordinate representation of color #7A425D: hue angle of 331.07º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A425D is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 66 93 -
CMYK 0 0.46 0.24 0.52
HSL 331.07º 0.3% 0.37% -
HSV(B) 331.07º 0.46% 0.48% -
XYZ 11.95 8.82 11.43 -
YUV 85.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 122 66 93 0 0.46 0.24 0.52 331.07 0.3 0.37
Hex 7A 42 5D 0 2E 18 34 14B 1E 25
Octal 172 102 135 0 56 30 64 513 36 45
Binary 1111010 1000010 1011101 0 101110 11000 110100 101001011 11110 100101

Color Harmonies of #7A425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A425D

Black with #7A425D

Text Example


Text Example

White with #7A425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,66,93); }

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

background-color css

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

 a { background-color: rgb(122,66,93); }

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

border-color css

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

 span { border-color: rgb(122,66,93); }

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