Html Css Color HEX #7B446E Cosmic

📋 copy color: '#7B446E'

red 123 ◦ green 68 ◦ blue 110

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

Shades of Cosmic #7B446E

Tints of Cosmic #7B446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 40.86%
G = 22.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B446E (or 0x7B446E) is known color: Cosmic. HEX triplet: 7B, 44 and 6E. RGB value is (123,68,110). Sum of RGB (Red+Green+Blue) = 123+68+110=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B446E is #84BB91. Grayscale: #595959. Windows color (decimal): -8698770 or 7226491. OLE color: 7226491.

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

Color convert

RGB 123 68 110 -
CMYK 0 0.45 0.11 0.52
HSL 314.18º 0.29% 0.37% -
HSV(B) 314.18º 0.45% 0.48% -
XYZ 13.05 9.47 15.89 -
YUV 89.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 123 68 110 0 0.45 0.11 0.52 314.18 0.29 0.37
Hex 7B 44 6E 0 2D B 34 13A 1D 25
Octal 173 104 156 0 55 13 64 472 35 45
Binary 1111011 1000100 1101110 0 101101 1011 110100 100111010 11101 100101

Color Harmonies of #7B446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B446E

Black with #7B446E

Text Example


Text Example

White with #7B446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,68,110); }

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

background-color css

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

 a { background-color: rgb(123,68,110); }

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

border-color css

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

 span { border-color: rgb(123,68,110); }

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