Html Css Color HEX #78436A Cosmic

📋 copy color: '#78436A'

red 120 ◦ green 67 ◦ blue 106

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

Shades of Cosmic #78436A

Tints of Cosmic #78436A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 40.96%
G = 22.87%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78436A (or 0x78436A) is known color: Cosmic. HEX triplet: 78, 43 and 6A. RGB value is (120,67,106). Sum of RGB (Red+Green+Blue) = 120+67+106=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78436A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78436A is #87BC95. Grayscale: #575757. Windows color (decimal): -8895638 or 6964088. OLE color: 6964088.

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

Color convert

RGB 120 67 106 -
CMYK 0 0.44 0.12 0.53
HSL 315.85º 0.28% 0.37% -
HSV(B) 315.85º 0.44% 0.47% -
XYZ 12.35 9.05 14.73 -
YUV 87.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 120 67 106 0 0.44 0.12 0.53 315.85 0.28 0.37
Hex 78 43 6A 0 2C C 35 13C 1C 25
Octal 170 103 152 0 54 14 65 474 34 45
Binary 1111000 1000011 1101010 0 101100 1100 110101 100111100 11100 100101

Color Harmonies of #78436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78436A

Black with #78436A

Text Example


Text Example

White with #78436A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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