Html Css Color HEX #7A5965 Cosmic

📋 copy color: '#7A5965'

red 122 ◦ green 89 ◦ blue 101

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

Shades of Cosmic #7A5965

Tints of Cosmic #7A5965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 39.1%
G = 28.53%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A5965 (or 0x7A5965) is known color: Cosmic. HEX triplet: 7A, 59 and 65. RGB value is (122,89,101). Sum of RGB (Red+Green+Blue) = 122+89+101=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5965 is #85A69A. Grayscale: #646464. Windows color (decimal): -8758939 or 6642042. OLE color: 6642042.

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

Color convert

RGB 122 89 101 -
CMYK 0 0.27 0.17 0.52
HSL 338.18º 0.16% 0.41% -
HSV(B) 338.18º 0.27% 0.48% -
XYZ 13.95 12.22 13.94 -
YUV 100.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 122 89 101 0 0.27 0.17 0.52 338.18 0.16 0.41
Hex 7A 59 65 0 1B 11 34 152 10 29
Octal 172 131 145 0 33 21 64 522 20 51
Binary 1111010 1011001 1100101 0 11011 10001 110100 101010010 10000 101001

Color Harmonies of #7A5965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5965

Black with #7A5965

Text Example


Text Example

White with #7A5965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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