Html Css Color HEX #7A425A Cosmic

📋 copy color: '#7A425A'

red 122 ◦ green 66 ◦ blue 90

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

Shades of Cosmic #7A425A

Tints of Cosmic #7A425A

RGB

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

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

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

R = 43.88%
G = 23.74%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A425A (or 0x7A425A) is known color: Cosmic. HEX triplet: 7A, 42 and 5A. RGB value is (122,66,90). Sum of RGB (Red+Green+Blue) = 122+66+90=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A425A is #85BDA5. Grayscale: #555555. Windows color (decimal): -8764838 or 5915258. OLE color: 5915258.

HSL color Cylindrical-coordinate representation of color #7A425A: hue angle of 334.29º 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 #7A425A is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 66 90 -
CMYK 0 0.46 0.26 0.52
HSL 334.29º 0.3% 0.37% -
HSV(B) 334.29º 0.46% 0.48% -
XYZ 11.82 8.77 10.74 -
YUV 85.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 122 66 90 0 0.46 0.26 0.52 334.29 0.3 0.37
Hex 7A 42 5A 0 2E 1A 34 14E 1E 25
Octal 172 102 132 0 56 32 64 516 36 45
Binary 1111010 1000010 1011010 0 101110 11010 110100 101001110 11110 100101

Color Harmonies of #7A425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A425A

Black with #7A425A

Text Example


Text Example

White with #7A425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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