Html Css Color HEX #7B3764 Cosmic

📋 copy color: '#7B3764'

red 123 ◦ green 55 ◦ blue 100

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

Shades of Cosmic #7B3764

Tints of Cosmic #7B3764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 44.24%
G = 19.78%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7B3764 (or 0x7B3764) is known color: Cosmic. HEX triplet: 7B, 37 and 64. RGB value is (123,55,100). Sum of RGB (Red+Green+Blue) = 123+55+100=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3764 is #84C89B. Grayscale: #505050. Windows color (decimal): -8702108 or 6567803. OLE color: 6567803.

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

Color convert

RGB 123 55 100 -
CMYK 0 0.55 0.19 0.52
HSL 320.29º 0.38% 0.35% -
HSV(B) 320.29º 0.55% 0.48% -
XYZ 11.83 7.86 12.95 -
YUV 80.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 123 55 100 0 0.55 0.19 0.52 320.29 0.38 0.35
Hex 7B 37 64 0 37 13 34 140 26 23
Octal 173 67 144 0 67 23 64 500 46 43
Binary 1111011 110111 1100100 0 110111 10011 110100 101000000 100110 100011

Color Harmonies of #7B3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3764

Black with #7B3764

Text Example


Text Example

White with #7B3764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,55,100); }

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

background-color css

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

 a { background-color: rgb(123,55,100); }

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

border-color css

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

 span { border-color: rgb(123,55,100); }

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