Html Css Color HEX #7B5461 Cosmic

📋 copy color: '#7B5461'

red 123 ◦ green 84 ◦ blue 97

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

Shades of Cosmic #7B5461

Tints of Cosmic #7B5461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 40.46%
G = 27.63%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7B5461 (or 0x7B5461) is known color: Cosmic. HEX triplet: 7B, 54 and 61. RGB value is (123,84,97). Sum of RGB (Red+Green+Blue) = 123+84+97=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5461 is #84AB9E. Grayscale: #616161. Windows color (decimal): -8694687 or 6378619. OLE color: 6378619.

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

Color convert

RGB 123 84 97 -
CMYK 0 0.32 0.21 0.52
HSL 340º 0.19% 0.41% -
HSV(B) 340º 0.32% 0.48% -
XYZ 13.5 11.41 12.8 -
YUV 97.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 123 84 97 0 0.32 0.21 0.52 340 0.19 0.41
Hex 7B 54 61 0 20 15 34 154 13 29
Octal 173 124 141 0 40 25 64 524 23 51
Binary 1111011 1010100 1100001 0 100000 10101 110100 101010100 10011 101001

Color Harmonies of #7B5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5461

Black with #7B5461

Text Example


Text Example

White with #7B5461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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