Html Css Color HEX #784D5E Cosmic

📋 copy color: '#784D5E'

red 120 ◦ green 77 ◦ blue 94

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

Shades of Cosmic #784D5E

Tints of Cosmic #784D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 41.24%
G = 26.46%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#784D5E (or 0x784D5E) is known color: Cosmic. HEX triplet: 78, 4D and 5E. RGB value is (120,77,94). Sum of RGB (Red+Green+Blue) = 120+77+94=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #784D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D5E is #87B2A1. Grayscale: #5B5B5B. Windows color (decimal): -8893090 or 6180216. OLE color: 6180216.

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

Color convert

RGB 120 77 94 -
CMYK 0 0.36 0.22 0.53
HSL 336.28º 0.22% 0.39% -
HSV(B) 336.28º 0.36% 0.47% -
XYZ 12.42 10.11 11.89 -
YUV 91.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 120 77 94 0 0.36 0.22 0.53 336.28 0.22 0.39
Hex 78 4D 5E 0 24 16 35 150 16 27
Octal 170 115 136 0 44 26 65 520 26 47
Binary 1111000 1001101 1011110 0 100100 10110 110101 101010000 10110 100111

Color Harmonies of #784D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D5E

Black with #784D5E

Text Example


Text Example

White with #784D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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