Html Css Color HEX #784F5E Cosmic

📋 copy color: '#784F5E'

red 120 ◦ green 79 ◦ blue 94

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

Shades of Cosmic #784F5E

Tints of Cosmic #784F5E

RGB

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

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

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

R = 40.96%
G = 26.96%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#784F5E (or 0x784F5E) is known color: Cosmic. HEX triplet: 78, 4F and 5E. RGB value is (120,79,94). Sum of RGB (Red+Green+Blue) = 120+79+94=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #784F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F5E is #87B0A1. Grayscale: #5C5C5C. Windows color (decimal): -8892578 or 6180728. OLE color: 6180728.

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

Color convert

RGB 120 79 94 -
CMYK 0 0.34 0.22 0.53
HSL 338.05º 0.21% 0.39% -
HSV(B) 338.05º 0.34% 0.47% -
XYZ 12.56 10.39 11.93 -
YUV 92.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 120 79 94 0 0.34 0.22 0.53 338.05 0.21 0.39
Hex 78 4F 5E 0 22 16 35 152 15 27
Octal 170 117 136 0 42 26 65 522 25 47
Binary 1111000 1001111 1011110 0 100010 10110 110101 101010010 10101 100111

Color Harmonies of #784F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F5E

Black with #784F5E

Text Example


Text Example

White with #784F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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