Html Css Color HEX #784A68 Cosmic

📋 copy color: '#784A68'

red 120 ◦ green 74 ◦ blue 104

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

Shades of Cosmic #784A68

Tints of Cosmic #784A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 40.27%
G = 24.83%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#784A68 (or 0x784A68) is known color: Cosmic. HEX triplet: 78, 4A and 68. RGB value is (120,74,104). Sum of RGB (Red+Green+Blue) = 120+74+104=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #784A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A68 is #87B597. Grayscale: #5B5B5B. Windows color (decimal): -8893848 or 6834808. OLE color: 6834808.

HSL color Cylindrical-coordinate representation of color #784A68: hue angle of 320.87º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784A68 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 74 104 -
CMYK 0 0.38 0.13 0.53
HSL 320.87º 0.24% 0.38% -
HSV(B) 320.87º 0.38% 0.47% -
XYZ 12.69 9.89 14.34 -
YUV 91.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 120 74 104 0 0.38 0.13 0.53 320.87 0.24 0.38
Hex 78 4A 68 0 26 D 35 141 18 26
Octal 170 112 150 0 46 15 65 501 30 46
Binary 1111000 1001010 1101000 0 100110 1101 110101 101000001 11000 100110

Color Harmonies of #784A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A68

Black with #784A68

Text Example


Text Example

White with #784A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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