Html Css Color HEX #784D6A Cosmic

📋 copy color: '#784D6A'

red 120 ◦ green 77 ◦ blue 106

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

Shades of Cosmic #784D6A

Tints of Cosmic #784D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 39.6%
G = 25.41%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#784D6A (or 0x784D6A) is known color: Cosmic. HEX triplet: 78, 4D and 6A. RGB value is (120,77,106). Sum of RGB (Red+Green+Blue) = 120+77+106=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #784D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D6A is #87B295. Grayscale: #5D5D5D. Windows color (decimal): -8893078 or 6966648. OLE color: 6966648.

HSL color Cylindrical-coordinate representation of color #784D6A: hue angle of 319.53º 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 #784D6A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 106 -
CMYK 0 0.36 0.12 0.53
HSL 319.53º 0.22% 0.39% -
HSV(B) 319.53º 0.36% 0.47% -
XYZ 13 10.34 14.95 -
YUV 93.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 120 77 106 0 0.36 0.12 0.53 319.53 0.22 0.39
Hex 78 4D 6A 0 24 C 35 140 16 27
Octal 170 115 152 0 44 14 65 500 26 47
Binary 1111000 1001101 1101010 0 100100 1100 110101 101000000 10110 100111

Color Harmonies of #784D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D6A

Black with #784D6A

Text Example


Text Example

White with #784D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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