Html Css Color HEX #784761 Cosmic

📋 copy color: '#784761'

red 120 ◦ green 71 ◦ blue 97

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

Shades of Cosmic #784761

Tints of Cosmic #784761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 41.67%
G = 24.65%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#784761 (or 0x784761) is known color: Cosmic. HEX triplet: 78, 47 and 61. RGB value is (120,71,97). Sum of RGB (Red+Green+Blue) = 120+71+97=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784761 is #87B89E. Grayscale: #585858. Windows color (decimal): -8894623 or 6375288. OLE color: 6375288.

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

Color convert

RGB 120 71 97 -
CMYK 0 0.41 0.19 0.53
HSL 328.16º 0.26% 0.37% -
HSV(B) 328.16º 0.41% 0.47% -
XYZ 12.16 9.36 12.48 -
YUV 88.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 120 71 97 0 0.41 0.19 0.53 328.16 0.26 0.37
Hex 78 47 61 0 29 13 35 148 1A 25
Octal 170 107 141 0 51 23 65 510 32 45
Binary 1111000 1000111 1100001 0 101001 10011 110101 101001000 11010 100101

Color Harmonies of #784761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784761

Black with #784761

Text Example


Text Example

White with #784761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784761; }

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

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

background-color css

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

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

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

border-color css

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

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

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