Html Css Color HEX #784061 Cosmic

📋 copy color: '#784061'

red 120 ◦ green 64 ◦ blue 97

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

Shades of Cosmic #784061

Tints of Cosmic #784061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 42.7%
G = 22.78%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#784061 (or 0x784061) is known color: Cosmic. HEX triplet: 78, 40 and 61. RGB value is (120,64,97). Sum of RGB (Red+Green+Blue) = 120+64+97=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #784061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784061 is #87BF9E. Grayscale: #545454. Windows color (decimal): -8896415 or 6373496. OLE color: 6373496.

HSL color Cylindrical-coordinate representation of color #784061: hue angle of 324.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784061 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 64 97 -
CMYK 0 0.47 0.19 0.53
HSL 324.64º 0.3% 0.36% -
HSV(B) 324.64º 0.47% 0.47% -
XYZ 11.74 8.52 12.34 -
YUV 84.51 135.05 153.32 -
System Red Green Blue C M Y K H S L
Decimal 120 64 97 0 0.47 0.19 0.53 324.64 0.3 0.36
Hex 78 40 61 0 2F 13 35 145 1E 24
Octal 170 100 141 0 57 23 65 505 36 44
Binary 1111000 1000000 1100001 0 101111 10011 110101 101000101 11110 100100

Color Harmonies of #784061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784061

Black with #784061

Text Example


Text Example

White with #784061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784061; }

 p { color: rgb(120,64,97); }

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

background-color css

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

 a { background-color: rgb(120,64,97); }

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

border-color css

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

 span { border-color: rgb(120,64,97); }

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