Html Css Color HEX #794F65 Cosmic

📋 copy color: '#794F65'

red 121 ◦ green 79 ◦ blue 101

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

Shades of Cosmic #794F65

Tints of Cosmic #794F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 40.2%
G = 26.25%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#794F65 (or 0x794F65) is known color: Cosmic. HEX triplet: 79, 4F and 65. RGB value is (121,79,101). Sum of RGB (Red+Green+Blue) = 121+79+101=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 121 - color contains mainly: red. Hex color #794F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794F65 is #86B09A. Grayscale: #5E5E5E. Windows color (decimal): -8827035 or 6639481. OLE color: 6639481.

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

Color convert

RGB 121 79 101 -
CMYK 0 0.35 0.17 0.53
HSL 328.57º 0.21% 0.39% -
HSV(B) 328.57º 0.35% 0.47% -
XYZ 13.03 10.6 13.67 -
YUV 94.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 121 79 101 0 0.35 0.17 0.53 328.57 0.21 0.39
Hex 79 4F 65 0 23 11 35 149 15 27
Octal 171 117 145 0 43 21 65 511 25 47
Binary 1111001 1001111 1100101 0 100011 10001 110101 101001001 10101 100111

Color Harmonies of #794F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794F65

Black with #794F65

Text Example


Text Example

White with #794F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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