Html Css Color HEX #784368 Cosmic

📋 copy color: '#784368'

red 120 ◦ green 67 ◦ blue 104

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

Shades of Cosmic #784368

Tints of Cosmic #784368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 41.24%
G = 23.02%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#784368 (or 0x784368) is known color: Cosmic. HEX triplet: 78, 43 and 68. RGB value is (120,67,104). Sum of RGB (Red+Green+Blue) = 120+67+104=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #784368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784368 is #87BC97. Grayscale: #565656. Windows color (decimal): -8895640 or 6833016. OLE color: 6833016.

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

Color convert

RGB 120 67 104 -
CMYK 0 0.44 0.13 0.53
HSL 318.11º 0.28% 0.37% -
HSV(B) 318.11º 0.44% 0.47% -
XYZ 12.25 9.01 14.19 -
YUV 87.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 120 67 104 0 0.44 0.13 0.53 318.11 0.28 0.37
Hex 78 43 68 0 2C D 35 13E 1C 25
Octal 170 103 150 0 54 15 65 476 34 45
Binary 1111000 1000011 1101000 0 101100 1101 110101 100111110 11100 100101

Color Harmonies of #784368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784368

Black with #784368

Text Example


Text Example

White with #784368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784368; }

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

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

background-color css

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

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

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

border-color css

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

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

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