Html Css Color HEX #7B5161 Cosmic

📋 copy color: '#7B5161'

red 123 ◦ green 81 ◦ blue 97

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

Shades of Cosmic #7B5161

Tints of Cosmic #7B5161

RGB

 RED value IS 123 (48.44% from 255) = 40.86%

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 40.86%
G = 26.91%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7B5161 (or 0x7B5161) is known color: Cosmic. HEX triplet: 7B, 51 and 61. RGB value is (123,81,97). Sum of RGB (Red+Green+Blue) = 123+81+97=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5161 is #84AE9E. Grayscale: #5F5F5F. Windows color (decimal): -8695455 or 6377851. OLE color: 6377851.

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

Color convert

RGB 123 81 97 -
CMYK 0 0.34 0.21 0.52
HSL 337.14º 0.21% 0.4% -
HSV(B) 337.14º 0.34% 0.48% -
XYZ 13.27 10.96 12.73 -
YUV 95.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 123 81 97 0 0.34 0.21 0.52 337.14 0.21 0.4
Hex 7B 51 61 0 22 15 34 151 15 28
Octal 173 121 141 0 42 25 64 521 25 50
Binary 1111011 1010001 1100001 0 100010 10101 110100 101010001 10101 101000

Color Harmonies of #7B5161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5161

Black with #7B5161

Text Example


Text Example

White with #7B5161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,81,97); }

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

background-color css

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

 a { background-color: rgb(123,81,97); }

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

border-color css

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

 span { border-color: rgb(123,81,97); }

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