Html Css Color HEX #785065 Cosmic

📋 copy color: '#785065'

red 120 ◦ green 80 ◦ blue 101

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

Shades of Cosmic #785065

Tints of Cosmic #785065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 39.87%
G = 26.58%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#785065 (or 0x785065) is known color: Cosmic. HEX triplet: 78, 50 and 65. RGB value is (120,80,101). Sum of RGB (Red+Green+Blue) = 120+80+101=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #785065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785065 is #87AF9A. Grayscale: #5E5E5E. Windows color (decimal): -8892315 or 6639736. OLE color: 6639736.

HSL color Cylindrical-coordinate representation of color #785065: hue angle of 328.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785065 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 101 -
CMYK 0 0.33 0.16 0.53
HSL 328.5º 0.2% 0.39% -
HSV(B) 328.5º 0.33% 0.47% -
XYZ 12.96 10.67 13.69 -
YUV 94.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 120 80 101 0 0.33 0.16 0.53 328.5 0.2 0.39
Hex 78 50 65 0 21 10 35 148 14 27
Octal 170 120 145 0 41 20 65 510 24 47
Binary 1111000 1010000 1100101 0 100001 10000 110101 101001000 10100 100111

Color Harmonies of #785065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785065

Black with #785065

Text Example


Text Example

White with #785065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785065; }

 p { color: rgb(120,80,101); }

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

background-color css

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

 a { background-color: rgb(120,80,101); }

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

border-color css

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

 span { border-color: rgb(120,80,101); }

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