Html Css Color HEX #7B416C Cosmic

📋 copy color: '#7B416C'

red 123 ◦ green 65 ◦ blue 108

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

Shades of Cosmic #7B416C

Tints of Cosmic #7B416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

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

R = 41.55%
G = 21.96%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B416C (or 0x7B416C) is known color: Cosmic. HEX triplet: 7B, 41 and 6C. RGB value is (123,65,108). Sum of RGB (Red+Green+Blue) = 123+65+108=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B416C is #84BE93. Grayscale: #575757. Windows color (decimal): -8699540 or 7094651. OLE color: 7094651.

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

Color convert

RGB 123 65 108 -
CMYK 0 0.47 0.12 0.52
HSL 315.52º 0.31% 0.37% -
HSV(B) 315.52º 0.47% 0.48% -
XYZ 12.77 9.07 15.27 -
YUV 87.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 123 65 108 0 0.47 0.12 0.52 315.52 0.31 0.37
Hex 7B 41 6C 0 2F C 34 13C 1F 25
Octal 173 101 154 0 57 14 64 474 37 45
Binary 1111011 1000001 1101100 0 101111 1100 110100 100111100 11111 100101

Color Harmonies of #7B416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B416C

Black with #7B416C

Text Example


Text Example

White with #7B416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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