Html Css Color HEX #78435E Cosmic

📋 copy color: '#78435E'

red 120 ◦ green 67 ◦ blue 94

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

Shades of Cosmic #78435E

Tints of Cosmic #78435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

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

R = 42.7%
G = 23.84%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78435E (or 0x78435E) is known color: Cosmic. HEX triplet: 78, 43 and 5E. RGB value is (120,67,94). Sum of RGB (Red+Green+Blue) = 120+67+94=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435E is #87BCA1. Grayscale: #555555. Windows color (decimal): -8895650 or 6177656. OLE color: 6177656.

HSL color Cylindrical-coordinate representation of color #78435E: hue angle of 329.43º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78435E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 67 94 -
CMYK 0 0.44 0.22 0.53
HSL 329.43º 0.28% 0.37% -
HSV(B) 329.43º 0.44% 0.47% -
XYZ 11.77 8.82 11.67 -
YUV 85.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 120 67 94 0 0.44 0.22 0.53 329.43 0.28 0.37
Hex 78 43 5E 0 2C 16 35 149 1C 25
Octal 170 103 136 0 54 26 65 511 34 45
Binary 1111000 1000011 1011110 0 101100 10110 110101 101001001 11100 100101

Color Harmonies of #78435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78435E

Black with #78435E

Text Example


Text Example

White with #78435E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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