Html Css Color HEX #78465E Cosmic

📋 copy color: '#78465E'

red 120 ◦ green 70 ◦ blue 94

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

Shades of Cosmic #78465E

Tints of Cosmic #78465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 42.25%
G = 24.65%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78465E (or 0x78465E) is known color: Cosmic. HEX triplet: 78, 46 and 5E. RGB value is (120,70,94). Sum of RGB (Red+Green+Blue) = 120+70+94=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78465E is #87B9A1. Grayscale: #575757. Windows color (decimal): -8894882 or 6178424. OLE color: 6178424.

HSL color Cylindrical-coordinate representation of color #78465E: hue angle of 331.2º 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 #78465E is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 70 94 -
CMYK 0 0.42 0.22 0.53
HSL 331.2º 0.26% 0.37% -
HSV(B) 331.2º 0.42% 0.47% -
XYZ 11.96 9.18 11.73 -
YUV 87.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 120 70 94 0 0.42 0.22 0.53 331.2 0.26 0.37
Hex 78 46 5E 0 2A 16 35 14B 1A 25
Octal 170 106 136 0 52 26 65 513 32 45
Binary 1111000 1000110 1011110 0 101010 10110 110101 101001011 11010 100101

Color Harmonies of #78465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78465E

Black with #78465E

Text Example


Text Example

White with #78465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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