Html Css Color HEX #784E64 Cosmic

📋 copy color: '#784E64'

red 120 ◦ green 78 ◦ blue 100

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

Shades of Cosmic #784E64

Tints of Cosmic #784E64

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 40.27%
G = 26.17%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#784E64 (or 0x784E64) is known color: Cosmic. HEX triplet: 78, 4E and 64. RGB value is (120,78,100). Sum of RGB (Red+Green+Blue) = 120+78+100=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #784E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E64 is #87B19B. Grayscale: #5D5D5D. Windows color (decimal): -8892828 or 6573688. OLE color: 6573688.

HSL color Cylindrical-coordinate representation of color #784E64: hue angle of 328.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784E64 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 100 -
CMYK 0 0.35 0.17 0.53
HSL 328.57º 0.21% 0.39% -
HSV(B) 328.57º 0.35% 0.47% -
XYZ 12.77 10.36 13.38 -
YUV 93.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 120 78 100 0 0.35 0.17 0.53 328.57 0.21 0.39
Hex 78 4E 64 0 23 11 35 149 15 27
Octal 170 116 144 0 43 21 65 511 25 47
Binary 1111000 1001110 1100100 0 100011 10001 110101 101001001 10101 100111

Color Harmonies of #784E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E64

Black with #784E64

Text Example


Text Example

White with #784E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,78,100); }

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

background-color css

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

 a { background-color: rgb(120,78,100); }

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

border-color css

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

 span { border-color: rgb(120,78,100); }

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