Html Css Color HEX #78465F Cosmic

📋 copy color: '#78465F'

red 120 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #78465F

Tints of Cosmic #78465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 42.11%
G = 24.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78465F (or 0x78465F) is known color: Cosmic. HEX triplet: 78, 46 and 5F. RGB value is (120,70,95). Sum of RGB (Red+Green+Blue) = 120+70+95=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78465F is #87B9A0. Grayscale: #575757. Windows color (decimal): -8894881 or 6243960. OLE color: 6243960.

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

Color convert

RGB 120 70 95 -
CMYK 0 0.42 0.21 0.53
HSL 330º 0.26% 0.37% -
HSV(B) 330º 0.42% 0.47% -
XYZ 12 9.2 11.97 -
YUV 87.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 120 70 95 0 0.42 0.21 0.53 330 0.26 0.37
Hex 78 46 5F 0 2A 15 35 14A 1A 25
Octal 170 106 137 0 52 25 65 512 32 45
Binary 1111000 1000110 1011111 0 101010 10101 110101 101001010 11010 100101

Color Harmonies of #78465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78465F

Black with #78465F

Text Example


Text Example

White with #78465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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