Html Css Color HEX #7A5A65 Cosmic

📋 copy color: '#7A5A65'

red 122 ◦ green 90 ◦ blue 101

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

Shades of Cosmic #7A5A65

Tints of Cosmic #7A5A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

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

R = 38.98%
G = 28.75%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A5A65 (or 0x7A5A65) is known color: Cosmic. HEX triplet: 7A, 5A and 65. RGB value is (122,90,101). Sum of RGB (Red+Green+Blue) = 122+90+101=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A65 is #85A59A. Grayscale: #646464. Windows color (decimal): -8758683 or 6642298. OLE color: 6642298.

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

Color convert

RGB 122 90 101 -
CMYK 0 0.26 0.17 0.52
HSL 339.38º 0.15% 0.42% -
HSV(B) 339.38º 0.26% 0.48% -
XYZ 14.03 12.39 13.96 -
YUV 100.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 122 90 101 0 0.26 0.17 0.52 339.38 0.15 0.42
Hex 7A 5A 65 0 1A 11 34 153 F 2A
Octal 172 132 145 0 32 21 64 523 17 52
Binary 1111010 1011010 1100101 0 11010 10001 110100 101010011 1111 101010

Color Harmonies of #7A5A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5A65

Black with #7A5A65

Text Example


Text Example

White with #7A5A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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