Html Css Color HEX #794C5B Cosmic

📋 copy color: '#794C5B'

red 121 ◦ green 76 ◦ blue 91

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

Shades of Cosmic #794C5B

Tints of Cosmic #794C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 42.01%
G = 26.39%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#794C5B (or 0x794C5B) is known color: Cosmic. HEX triplet: 79, 4C and 5B. RGB value is (121,76,91). Sum of RGB (Red+Green+Blue) = 121+76+91=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #794C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C5B is #86B3A4. Grayscale: #5B5B5B. Windows color (decimal): -8827813 or 5983353. OLE color: 5983353.

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

Color convert

RGB 121 76 91 -
CMYK 0 0.37 0.25 0.53
HSL 340º 0.23% 0.39% -
HSV(B) 340º 0.37% 0.47% -
XYZ 12.36 9.99 11.17 -
YUV 91.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 121 76 91 0 0.37 0.25 0.53 340 0.23 0.39
Hex 79 4C 5B 0 25 19 35 154 17 27
Octal 171 114 133 0 45 31 65 524 27 47
Binary 1111001 1001100 1011011 0 100101 11001 110101 101010100 10111 100111

Color Harmonies of #794C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794C5B

Black with #794C5B

Text Example


Text Example

White with #794C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,91); }

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

background-color css

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

 a { background-color: rgb(121,76,91); }

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

border-color css

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

 span { border-color: rgb(121,76,91); }

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