Html Css Color HEX #784F64 Cosmic

📋 copy color: '#784F64'

red 120 ◦ green 79 ◦ blue 100

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

Shades of Cosmic #784F64

Tints of Cosmic #784F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.42%

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

R = 40.13%
G = 26.42%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#784F64 (or 0x784F64) is known color: Cosmic. HEX triplet: 78, 4F and 64. RGB value is (120,79,100). Sum of RGB (Red+Green+Blue) = 120+79+100=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #784F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F64 is #87B09B. Grayscale: #5D5D5D. Windows color (decimal): -8892572 or 6573944. OLE color: 6573944.

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

Color convert

RGB 120 79 100 -
CMYK 0 0.34 0.17 0.53
HSL 329.27º 0.21% 0.39% -
HSV(B) 329.27º 0.34% 0.47% -
XYZ 12.84 10.51 13.41 -
YUV 93.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 120 79 100 0 0.34 0.17 0.53 329.27 0.21 0.39
Hex 78 4F 64 0 22 11 35 149 15 27
Octal 170 117 144 0 42 21 65 511 25 47
Binary 1111000 1001111 1100100 0 100010 10001 110101 101001001 10101 100111

Color Harmonies of #784F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F64

Black with #784F64

Text Example


Text Example

White with #784F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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