Html Css Color HEX #7A5665 Cosmic

📋 copy color: '#7A5665'

red 122 ◦ green 86 ◦ blue 101

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

Shades of Cosmic #7A5665

Tints of Cosmic #7A5665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 39.48%
G = 27.83%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A5665 (or 0x7A5665) is known color: Cosmic. HEX triplet: 7A, 56 and 65. RGB value is (122,86,101). Sum of RGB (Red+Green+Blue) = 122+86+101=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5665 is #85A99A. Grayscale: #626262. Windows color (decimal): -8759707 or 6641274. OLE color: 6641274.

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

Color convert

RGB 122 86 101 -
CMYK 0 0.30 0.17 0.52
HSL 335º 0.17% 0.41% -
HSV(B) 335º 0.3% 0.48% -
XYZ 13.7 11.73 13.85 -
YUV 98.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 122 86 101 0 0.30 0.17 0.52 335 0.17 0.41
Hex 7A 56 65 0 1E 11 34 14F 11 29
Octal 172 126 145 0 36 21 64 517 21 51
Binary 1111010 1010110 1100101 0 11110 10001 110100 101001111 10001 101001

Color Harmonies of #7A5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5665

Black with #7A5665

Text Example


Text Example

White with #7A5665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,86,101); }

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

background-color css

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

 a { background-color: rgb(122,86,101); }

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

border-color css

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

 span { border-color: rgb(122,86,101); }

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