Html Css Color HEX #78435D Cosmic

📋 copy color: '#78435D'

red 120 ◦ green 67 ◦ blue 93

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

Shades of Cosmic #78435D

Tints of Cosmic #78435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 42.86%
G = 23.93%
B = 33.21%

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

#78435D (or 0x78435D) is known color: Cosmic. HEX triplet: 78, 43 and 5D. RGB value is (120,67,93). Sum of RGB (Red+Green+Blue) = 120+67+93=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435D is #87BCA2. Grayscale: #555555. Windows color (decimal): -8895651 or 6112120. OLE color: 6112120.

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

Color convert

RGB 120 67 93 -
CMYK 0 0.44 0.22 0.53
HSL 330.57º 0.28% 0.37% -
HSV(B) 330.57º 0.44% 0.47% -
XYZ 11.73 8.8 11.44 -
YUV 85.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 120 67 93 0 0.44 0.22 0.53 330.57 0.28 0.37
Hex 78 43 5D 0 2C 16 35 14B 1C 25
Octal 170 103 135 0 54 26 65 513 34 45
Binary 1111000 1000011 1011101 0 101100 10110 110101 101001011 11100 100101

Color Harmonies of #78435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78435D

Black with #78435D

Text Example


Text Example

White with #78435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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