Html Css Color HEX #7A515B Cosmic

📋 copy color: '#7A515B'

red 122 ◦ green 81 ◦ blue 91

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

Shades of Cosmic #7A515B

Tints of Cosmic #7A515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 41.5%
G = 27.55%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A515B (or 0x7A515B) is known color: Cosmic. HEX triplet: 7A, 51 and 5B. RGB value is (122,81,91). Sum of RGB (Red+Green+Blue) = 122+81+91=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A515B is #85AEA4. Grayscale: #5E5E5E. Windows color (decimal): -8760997 or 5984634. OLE color: 5984634.

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

Color convert

RGB 122 81 91 -
CMYK 0 0.34 0.25 0.52
HSL 345.37º 0.2% 0.4% -
HSV(B) 345.37º 0.34% 0.48% -
XYZ 12.86 10.78 11.3 -
YUV 94.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 122 81 91 0 0.34 0.25 0.52 345.37 0.2 0.4
Hex 7A 51 5B 0 22 19 34 159 14 28
Octal 172 121 133 0 42 31 64 531 24 50
Binary 1111010 1010001 1011011 0 100010 11001 110100 101011001 10100 101000

Color Harmonies of #7A515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A515B

Black with #7A515B

Text Example


Text Example

White with #7A515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,81,91); }

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

background-color css

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

 a { background-color: rgb(122,81,91); }

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

border-color css

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

 span { border-color: rgb(122,81,91); }

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