Html Css Color HEX #7A5565 Cosmic

📋 copy color: '#7A5565'

red 122 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #7A5565

Tints of Cosmic #7A5565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 39.61%
G = 27.6%
B = 32.79%

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

#7A5565 (or 0x7A5565) is known color: Cosmic. HEX triplet: 7A, 55 and 65. RGB value is (122,85,101). Sum of RGB (Red+Green+Blue) = 122+85+101=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5565 is #85AA9A. Grayscale: #616161. Windows color (decimal): -8759963 or 6641018. OLE color: 6641018.

HSL color Cylindrical-coordinate representation of color #7A5565: hue angle of 334.05º degrees, saturation: 0.18, 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 #7A5565 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 85 101 -
CMYK 0 0.30 0.17 0.52
HSL 334.05º 0.18% 0.41% -
HSV(B) 334.05º 0.3% 0.48% -
XYZ 13.62 11.57 13.83 -
YUV 97.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 122 85 101 0 0.30 0.17 0.52 334.05 0.18 0.41
Hex 7A 55 65 0 1E 11 34 14E 12 29
Octal 172 125 145 0 36 21 64 516 22 51
Binary 1111010 1010101 1100101 0 11110 10001 110100 101001110 10010 101001

Color Harmonies of #7A5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5565

Black with #7A5565

Text Example


Text Example

White with #7A5565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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