Html Css Color HEX #784E5E Cosmic

📋 copy color: '#784E5E'

red 120 ◦ green 78 ◦ blue 94

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

Shades of Cosmic #784E5E

Tints of Cosmic #784E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

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

R = 41.1%
G = 26.71%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#784E5E (or 0x784E5E) is known color: Cosmic. HEX triplet: 78, 4E and 5E. RGB value is (120,78,94). Sum of RGB (Red+Green+Blue) = 120+78+94=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5E is #87B1A1. Grayscale: #5C5C5C. Windows color (decimal): -8892834 or 6180472. OLE color: 6180472.

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

Color convert

RGB 120 78 94 -
CMYK 0 0.35 0.22 0.53
HSL 337.14º 0.21% 0.39% -
HSV(B) 337.14º 0.35% 0.47% -
XYZ 12.49 10.25 11.91 -
YUV 92.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 120 78 94 0 0.35 0.22 0.53 337.14 0.21 0.39
Hex 78 4E 5E 0 23 16 35 151 15 27
Octal 170 116 136 0 43 26 65 521 25 47
Binary 1111000 1001110 1011110 0 100011 10110 110101 101010001 10101 100111

Color Harmonies of #784E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E5E

Black with #784E5E

Text Example


Text Example

White with #784E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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