Html Css Color HEX #784D64 Cosmic

📋 copy color: '#784D64'

red 120 ◦ green 77 ◦ blue 100

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

Shades of Cosmic #784D64

Tints of Cosmic #784D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

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

R = 40.4%
G = 25.93%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#784D64 (or 0x784D64) is known color: Cosmic. HEX triplet: 78, 4D and 64. RGB value is (120,77,100). Sum of RGB (Red+Green+Blue) = 120+77+100=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #784D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D64 is #87B29B. Grayscale: #5C5C5C. Windows color (decimal): -8893084 or 6573432. OLE color: 6573432.

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

Color convert

RGB 120 77 100 -
CMYK 0 0.36 0.17 0.53
HSL 327.91º 0.22% 0.39% -
HSV(B) 327.91º 0.36% 0.47% -
XYZ 12.7 10.22 13.36 -
YUV 92.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 120 77 100 0 0.36 0.17 0.53 327.91 0.22 0.39
Hex 78 4D 64 0 24 11 35 148 16 27
Octal 170 115 144 0 44 21 65 510 26 47
Binary 1111000 1001101 1100100 0 100100 10001 110101 101001000 10110 100111

Color Harmonies of #784D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D64

Black with #784D64

Text Example


Text Example

White with #784D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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