Html Css Color HEX #78435A Cosmic

📋 copy color: '#78435A'

red 120 ◦ green 67 ◦ blue 90

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

Shades of Cosmic #78435A

Tints of Cosmic #78435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 43.32%
G = 24.19%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78435A (or 0x78435A) is known color: Cosmic. HEX triplet: 78, 43 and 5A. RGB value is (120,67,90). Sum of RGB (Red+Green+Blue) = 120+67+90=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435A is #87BCA5. Grayscale: #555555. Windows color (decimal): -8895654 or 5915512. OLE color: 5915512.

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

Color convert

RGB 120 67 90 -
CMYK 0 0.44 0.25 0.53
HSL 333.96º 0.28% 0.37% -
HSV(B) 333.96º 0.44% 0.47% -
XYZ 11.6 8.75 10.75 -
YUV 85.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 120 67 90 0 0.44 0.25 0.53 333.96 0.28 0.37
Hex 78 43 5A 0 2C 19 35 14E 1C 25
Octal 170 103 132 0 54 31 65 516 34 45
Binary 1111000 1000011 1011010 0 101100 11001 110101 101001110 11100 100101

Color Harmonies of #78435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78435A

Black with #78435A

Text Example


Text Example

White with #78435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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