Html Css Color HEX #7A5967 Cosmic

📋 copy color: '#7A5967'

red 122 ◦ green 89 ◦ blue 103

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

Shades of Cosmic #7A5967

Tints of Cosmic #7A5967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 38.85%
G = 28.34%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#7A5967 (or 0x7A5967) is known color: Cosmic. HEX triplet: 7A, 59 and 67. RGB value is (122,89,103). Sum of RGB (Red+Green+Blue) = 122+89+103=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5967 is #85A698. Grayscale: #646464. Windows color (decimal): -8758937 or 6773114. OLE color: 6773114.

HSL color Cylindrical-coordinate representation of color #7A5967: hue angle of 334.55º 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 #7A5967 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 103 -
CMYK 0 0.27 0.16 0.52
HSL 334.55º 0.16% 0.41% -
HSV(B) 334.55º 0.27% 0.48% -
XYZ 14.05 12.26 14.46 -
YUV 100.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 122 89 103 0 0.27 0.16 0.52 334.55 0.16 0.41
Hex 7A 59 67 0 1B 10 34 14F 10 29
Octal 172 131 147 0 33 20 64 517 20 51
Binary 1111010 1011001 1100111 0 11011 10000 110100 101001111 10000 101001

Color Harmonies of #7A5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5967

Black with #7A5967

Text Example


Text Example

White with #7A5967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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