Html Css Color HEX #7A5C6A Cosmic

📋 copy color: '#7A5C6A'

red 122 ◦ green 92 ◦ blue 106

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

Shades of Cosmic #7A5C6A

Tints of Cosmic #7A5C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 38.13%
G = 28.75%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A5C6A (or 0x7A5C6A) is known color: Cosmic. HEX triplet: 7A, 5C and 6A. RGB value is (122,92,106). Sum of RGB (Red+Green+Blue) = 122+92+106=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C6A is #85A395. Grayscale: #666666. Windows color (decimal): -8758166 or 6970490. OLE color: 6970490.

HSL color Cylindrical-coordinate representation of color #7A5C6A: hue angle of 332º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5C6A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 92 106 -
CMYK 0 0.25 0.13 0.52
HSL 332º 0.14% 0.42% -
HSV(B) 332º 0.25% 0.48% -
XYZ 14.45 12.83 15.35 -
YUV 102.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 122 92 106 0 0.25 0.13 0.52 332 0.14 0.42
Hex 7A 5C 6A 0 19 D 34 14C E 2A
Octal 172 134 152 0 31 15 64 514 16 52
Binary 1111010 1011100 1101010 0 11001 1101 110100 101001100 1110 101010

Color Harmonies of #7A5C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5C6A

Black with #7A5C6A

Text Example


Text Example

White with #7A5C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,92,106); }

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

background-color css

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

 a { background-color: rgb(122,92,106); }

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

border-color css

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

 span { border-color: rgb(122,92,106); }

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