Html Css Color HEX #794065 Cosmic

📋 copy color: '#794065'

red 121 ◦ green 64 ◦ blue 101

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

Shades of Cosmic #794065

Tints of Cosmic #794065

RGB

 RED value IS 121 (47.66% from 255) = 42.31%

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 42.31%
G = 22.38%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#794065 (or 0x794065) is known color: Cosmic. HEX triplet: 79, 40 and 65. RGB value is (121,64,101). Sum of RGB (Red+Green+Blue) = 121+64+101=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #794065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794065 is #86BF9A. Grayscale: #555555. Windows color (decimal): -8830875 or 6635641. OLE color: 6635641.

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

Color convert

RGB 121 64 101 -
CMYK 0 0.47 0.17 0.53
HSL 321.05º 0.31% 0.36% -
HSV(B) 321.05º 0.47% 0.47% -
XYZ 12.07 8.67 13.35 -
YUV 85.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 121 64 101 0 0.47 0.17 0.53 321.05 0.31 0.36
Hex 79 40 65 0 2F 11 35 141 1F 24
Octal 171 100 145 0 57 21 65 501 37 44
Binary 1111001 1000000 1100101 0 101111 10001 110101 101000001 11111 100100

Color Harmonies of #794065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794065

Black with #794065

Text Example


Text Example

White with #794065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794065; }

 p { color: rgb(121,64,101); }

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

background-color css

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

 a { background-color: rgb(121,64,101); }

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

border-color css

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

 span { border-color: rgb(121,64,101); }

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