Html Css Color HEX #7B3F6C Cosmic

📋 copy color: '#7B3F6C'

red 123 ◦ green 63 ◦ blue 108

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

Shades of Cosmic #7B3F6C

Tints of Cosmic #7B3F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 41.84%
G = 21.43%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B3F6C (or 0x7B3F6C) is known color: Cosmic. HEX triplet: 7B, 3F and 6C. RGB value is (123,63,108). Sum of RGB (Red+Green+Blue) = 123+63+108=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3F6C is #84C093. Grayscale: #555555. Windows color (decimal): -8700052 or 7094139. OLE color: 7094139.

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

Color convert

RGB 123 63 108 -
CMYK 0 0.49 0.12 0.52
HSL 315º 0.32% 0.36% -
HSV(B) 315º 0.49% 0.48% -
XYZ 12.65 8.85 15.23 -
YUV 86.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 123 63 108 0 0.49 0.12 0.52 315 0.32 0.36
Hex 7B 3F 6C 0 31 C 34 13B 20 24
Octal 173 77 154 0 61 14 64 473 40 44
Binary 1111011 111111 1101100 0 110001 1100 110100 100111011 100000 100100

Color Harmonies of #7B3F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3F6C

Black with #7B3F6C

Text Example


Text Example

White with #7B3F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,63,108); }

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

background-color css

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

 a { background-color: rgb(123,63,108); }

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

border-color css

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

 span { border-color: rgb(123,63,108); }

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