Html Css Color HEX #7B4063 Cosmic

📋 copy color: '#7B4063'

red 123 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #7B4063

Tints of Cosmic #7B4063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 43.01%
G = 22.38%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B4063 (or 0x7B4063) is known color: Cosmic. HEX triplet: 7B, 40 and 63. RGB value is (123,64,99). Sum of RGB (Red+Green+Blue) = 123+64+99=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4063 is #84BF9C. Grayscale: #555555. Windows color (decimal): -8699805 or 6504571. OLE color: 6504571.

HSL color Cylindrical-coordinate representation of color #7B4063: hue angle of 324.41º 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 #7B4063 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 64 99 -
CMYK 0 0.48 0.20 0.52
HSL 324.41º 0.32% 0.37% -
HSV(B) 324.41º 0.48% 0.48% -
XYZ 12.25 8.78 12.85 -
YUV 85.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 123 64 99 0 0.48 0.20 0.52 324.41 0.32 0.37
Hex 7B 40 63 0 30 14 34 144 20 25
Octal 173 100 143 0 60 24 64 504 40 45
Binary 1111011 1000000 1100011 0 110000 10100 110100 101000100 100000 100101

Color Harmonies of #7B4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4063

Black with #7B4063

Text Example


Text Example

White with #7B4063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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