Html Css Color HEX #785261 Cosmic

📋 copy color: '#785261'

red 120 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #785261

Tints of Cosmic #785261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 40.13%
G = 27.42%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#785261 (or 0x785261) is known color: Cosmic. HEX triplet: 78, 52 and 61. RGB value is (120,82,97). Sum of RGB (Red+Green+Blue) = 120+82+97=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #785261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785261 is #87AD9E. Grayscale: #5F5F5F. Windows color (decimal): -8891807 or 6378104. OLE color: 6378104.

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

Color convert

RGB 120 82 97 -
CMYK 0 0.32 0.19 0.53
HSL 336.32º 0.19% 0.4% -
HSV(B) 336.32º 0.32% 0.47% -
XYZ 12.92 10.89 12.73 -
YUV 95.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 120 82 97 0 0.32 0.19 0.53 336.32 0.19 0.4
Hex 78 52 61 0 20 13 35 150 13 28
Octal 170 122 141 0 40 23 65 520 23 50
Binary 1111000 1010010 1100001 0 100000 10011 110101 101010000 10011 101000

Color Harmonies of #785261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785261

Black with #785261

Text Example


Text Example

White with #785261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785261; }

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

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

background-color css

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

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

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

border-color css

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

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

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