Html Css Color HEX #7A535E Cosmic

📋 copy color: '#7A535E'

red 122 ◦ green 83 ◦ blue 94

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

Shades of Cosmic #7A535E

Tints of Cosmic #7A535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 40.8%
G = 27.76%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A535E (or 0x7A535E) is known color: Cosmic. HEX triplet: 7A, 53 and 5E. RGB value is (122,83,94). Sum of RGB (Red+Green+Blue) = 122+83+94=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A535E is #85ACA1. Grayscale: #5F5F5F. Windows color (decimal): -8760482 or 6181754. OLE color: 6181754.

HSL color Cylindrical-coordinate representation of color #7A535E: hue angle of 343.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A535E is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 94 -
CMYK 0 0.32 0.23 0.52
HSL 343.08º 0.19% 0.4% -
HSV(B) 343.08º 0.32% 0.48% -
XYZ 13.14 11.13 12.05 -
YUV 95.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 122 83 94 0 0.32 0.23 0.52 343.08 0.19 0.4
Hex 7A 53 5E 0 20 17 34 157 13 28
Octal 172 123 136 0 40 27 64 527 23 50
Binary 1111010 1010011 1011110 0 100000 10111 110100 101010111 10011 101000

Color Harmonies of #7A535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A535E

Black with #7A535E

Text Example


Text Example

White with #7A535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,83,94); }

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

background-color css

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

 a { background-color: rgb(122,83,94); }

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

border-color css

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

 span { border-color: rgb(122,83,94); }

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