Html Css Color HEX #784F6A Cosmic

📋 copy color: '#784F6A'

red 120 ◦ green 79 ◦ blue 106

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

Shades of Cosmic #784F6A

Tints of Cosmic #784F6A

RGB

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

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

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

R = 39.34%
G = 25.9%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#784F6A (or 0x784F6A) is known color: Cosmic. HEX triplet: 78, 4F and 6A. RGB value is (120,79,106). Sum of RGB (Red+Green+Blue) = 120+79+106=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #784F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F6A is #87B095. Grayscale: #5E5E5E. Windows color (decimal): -8892566 or 6967160. OLE color: 6967160.

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

Color convert

RGB 120 79 106 -
CMYK 0 0.34 0.12 0.53
HSL 320.49º 0.21% 0.39% -
HSV(B) 320.49º 0.34% 0.47% -
XYZ 13.14 10.63 14.99 -
YUV 94.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 120 79 106 0 0.34 0.12 0.53 320.49 0.21 0.39
Hex 78 4F 6A 0 22 C 35 140 15 27
Octal 170 117 152 0 42 14 65 500 25 47
Binary 1111000 1001111 1101010 0 100010 1100 110101 101000000 10101 100111

Color Harmonies of #784F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F6A

Black with #784F6A

Text Example


Text Example

White with #784F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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