Html Css Color HEX #7B4662 Cosmic

📋 copy color: '#7B4662'

red 123 ◦ green 70 ◦ blue 98

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

Shades of Cosmic #7B4662

Tints of Cosmic #7B4662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 42.27%
G = 24.05%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B4662 (or 0x7B4662) is known color: Cosmic. HEX triplet: 7B, 46 and 62. RGB value is (123,70,98). Sum of RGB (Red+Green+Blue) = 123+70+98=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4662 is #84B99D. Grayscale: #585858. Windows color (decimal): -8698270 or 6440571. OLE color: 6440571.

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

Color convert

RGB 123 70 98 -
CMYK 0 0.43 0.20 0.52
HSL 328.3º 0.27% 0.38% -
HSV(B) 328.3º 0.43% 0.48% -
XYZ 12.56 9.47 12.72 -
YUV 89.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 123 70 98 0 0.43 0.20 0.52 328.3 0.27 0.38
Hex 7B 46 62 0 2B 14 34 148 1B 26
Octal 173 106 142 0 53 24 64 510 33 46
Binary 1111011 1000110 1100010 0 101011 10100 110100 101001000 11011 100110

Color Harmonies of #7B4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4662

Black with #7B4662

Text Example


Text Example

White with #7B4662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,70,98); }

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

background-color css

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

 a { background-color: rgb(123,70,98); }

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

border-color css

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

 span { border-color: rgb(123,70,98); }

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