Html Css Color HEX #78465B Cosmic

📋 copy color: '#78465B'

red 120 ◦ green 70 ◦ blue 91

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

Shades of Cosmic #78465B

Tints of Cosmic #78465B

RGB

 RED value IS 120 (47.27% from 255) = 42.7%

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

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 42.7%
G = 24.91%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78465B (or 0x78465B) is known color: Cosmic. HEX triplet: 78, 46 and 5B. RGB value is (120,70,91). Sum of RGB (Red+Green+Blue) = 120+70+91=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78465B is #87B9A4. Grayscale: #575757. Windows color (decimal): -8894885 or 5981816. OLE color: 5981816.

HSL color Cylindrical-coordinate representation of color #78465B: hue angle of 334.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78465B is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 70 91 -
CMYK 0 0.42 0.24 0.53
HSL 334.8º 0.26% 0.37% -
HSV(B) 334.8º 0.42% 0.47% -
XYZ 11.82 9.13 11.04 -
YUV 87.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 120 70 91 0 0.42 0.24 0.53 334.8 0.26 0.37
Hex 78 46 5B 0 2A 18 35 14F 1A 25
Octal 170 106 133 0 52 30 65 517 32 45
Binary 1111000 1000110 1011011 0 101010 11000 110101 101001111 11010 100101

Color Harmonies of #78465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78465B

Black with #78465B

Text Example


Text Example

White with #78465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78465B; }

 p { color: rgb(120,70,91); }

 H1.HeaderClassName
 {
   color: #78465B;
 }
 .AnyTagClassName
 {
   color: #78465B;
 }
</style>

background-color css

<style>
 a { background-color: #78465B; }

 a { background-color: rgb(120,70,91); }

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

border-color css

<style>
 span { border-color: #78465B; }

 span { border-color: rgb(120,70,91); }

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