Html Css Color HEX #784261 Cosmic

📋 copy color: '#784261'

red 120 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #784261

Tints of Cosmic #784261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 42.4%
G = 23.32%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#784261 (or 0x784261) is known color: Cosmic. HEX triplet: 78, 42 and 61. RGB value is (120,66,97). Sum of RGB (Red+Green+Blue) = 120+66+97=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #784261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784261 is #87BD9E. Grayscale: #555555. Windows color (decimal): -8895903 or 6374008. OLE color: 6374008.

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

Color convert

RGB 120 66 97 -
CMYK 0 0.45 0.19 0.53
HSL 325.56º 0.29% 0.36% -
HSV(B) 325.56º 0.45% 0.47% -
XYZ 11.85 8.75 12.37 -
YUV 85.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 120 66 97 0 0.45 0.19 0.53 325.56 0.29 0.36
Hex 78 42 61 0 2D 13 35 146 1D 24
Octal 170 102 141 0 55 23 65 506 35 44
Binary 1111000 1000010 1100001 0 101101 10011 110101 101000110 11101 100100

Color Harmonies of #784261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784261

Black with #784261

Text Example


Text Example

White with #784261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784261; }

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

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

background-color css

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

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

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

border-color css

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

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

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