Html Css Color HEX #7B4060 Cosmic

📋 copy color: '#7B4060'

red 123 ◦ green 64 ◦ blue 96

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

Shades of Cosmic #7B4060

Tints of Cosmic #7B4060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 43.46%
G = 22.61%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7B4060 (or 0x7B4060) is known color: Cosmic. HEX triplet: 7B, 40 and 60. RGB value is (123,64,96). Sum of RGB (Red+Green+Blue) = 123+64+96=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4060 is #84BF9F. Grayscale: #555555. Windows color (decimal): -8699808 or 6307963. OLE color: 6307963.

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

Color convert

RGB 123 64 96 -
CMYK 0 0.48 0.22 0.52
HSL 327.46º 0.32% 0.37% -
HSV(B) 327.46º 0.48% 0.48% -
XYZ 12.11 8.72 12.11 -
YUV 85.29 134.05 154.9 -
System Red Green Blue C M Y K H S L
Decimal 123 64 96 0 0.48 0.22 0.52 327.46 0.32 0.37
Hex 7B 40 60 0 30 16 34 147 20 25
Octal 173 100 140 0 60 26 64 507 40 45
Binary 1111011 1000000 1100000 0 110000 10110 110100 101000111 100000 100101

Color Harmonies of #7B4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4060

Black with #7B4060

Text Example


Text Example

White with #7B4060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,64,96); }

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

background-color css

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

 a { background-color: rgb(123,64,96); }

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

border-color css

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

 span { border-color: rgb(123,64,96); }

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