Html Css Color HEX #7B4869 Cosmic

📋 copy color: '#7B4869'

red 123 ◦ green 72 ◦ blue 105

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

Shades of Cosmic #7B4869

Tints of Cosmic #7B4869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 105 (41.41% from 255) = 35%

R = 41%
G = 24%
B = 35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B4869 (or 0x7B4869) is known color: Cosmic. HEX triplet: 7B, 48 and 69. RGB value is (123,72,105). Sum of RGB (Red+Green+Blue) = 123+72+105=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4869 is #84B796. Grayscale: #5A5A5A. Windows color (decimal): -8697751 or 6899835. OLE color: 6899835.

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

Color convert

RGB 123 72 105 -
CMYK 0 0.41 0.15 0.52
HSL 321.18º 0.26% 0.38% -
HSV(B) 321.18º 0.41% 0.48% -
XYZ 13.04 9.87 14.58 -
YUV 91.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 123 72 105 0 0.41 0.15 0.52 321.18 0.26 0.38
Hex 7B 48 69 0 29 F 34 141 1A 26
Octal 173 110 151 0 51 17 64 501 32 46
Binary 1111011 1001000 1101001 0 101001 1111 110100 101000001 11010 100110

Color Harmonies of #7B4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4869

Black with #7B4869

Text Example


Text Example

White with #7B4869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,72,105); }

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

background-color css

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

 a { background-color: rgb(123,72,105); }

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

border-color css

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

 span { border-color: rgb(123,72,105); }

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