Html Css Color HEX #794A6B Cosmic

📋 copy color: '#794A6B'

red 121 ◦ green 74 ◦ blue 107

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

Shades of Cosmic #794A6B

Tints of Cosmic #794A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 40.07%
G = 24.5%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#794A6B (or 0x794A6B) is known color: Cosmic. HEX triplet: 79, 4A and 6B. RGB value is (121,74,107). Sum of RGB (Red+Green+Blue) = 121+74+107=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #794A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A6B is #86B594. Grayscale: #5B5B5B. Windows color (decimal): -8828309 or 7031417. OLE color: 7031417.

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

Color convert

RGB 121 74 107 -
CMYK 0 0.39 0.12 0.53
HSL 317.87º 0.24% 0.38% -
HSV(B) 317.87º 0.39% 0.47% -
XYZ 12.99 10.02 15.16 -
YUV 91.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 121 74 107 0 0.39 0.12 0.53 317.87 0.24 0.38
Hex 79 4A 6B 0 27 C 35 13E 18 26
Octal 171 112 153 0 47 14 65 476 30 46
Binary 1111001 1001010 1101011 0 100111 1100 110101 100111110 11000 100110

Color Harmonies of #794A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A6B

Black with #794A6B

Text Example


Text Example

White with #794A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,107); }

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

background-color css

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

 a { background-color: rgb(121,74,107); }

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

border-color css

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

 span { border-color: rgb(121,74,107); }

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