Html Css Color HEX #785262 Cosmic

📋 copy color: '#785262'

red 120 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #785262

Tints of Cosmic #785262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 40%
G = 27.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#785262 (or 0x785262) is known color: Cosmic. HEX triplet: 78, 52 and 62. RGB value is (120,82,98). Sum of RGB (Red+Green+Blue) = 120+82+98=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #785262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785262 is #87AD9D. Grayscale: #5F5F5F. Windows color (decimal): -8891806 or 6443640. OLE color: 6443640.

HSL color Cylindrical-coordinate representation of color #785262: hue angle of 334.74º 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 #785262 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 82 98 -
CMYK 0 0.32 0.18 0.53
HSL 334.74º 0.19% 0.4% -
HSV(B) 334.74º 0.32% 0.47% -
XYZ 12.97 10.91 12.98 -
YUV 95.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 120 82 98 0 0.32 0.18 0.53 334.74 0.19 0.4
Hex 78 52 62 0 20 12 35 14F 13 28
Octal 170 122 142 0 40 22 65 517 23 50
Binary 1111000 1010010 1100010 0 100000 10010 110101 101001111 10011 101000

Color Harmonies of #785262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785262

Black with #785262

Text Example


Text Example

White with #785262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785262; }

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

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

background-color css

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

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

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

border-color css

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

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

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