Html Css Color HEX #794C6B Cosmic

📋 copy color: '#794C6B'

red 121 ◦ green 76 ◦ blue 107

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

Shades of Cosmic #794C6B

Tints of Cosmic #794C6B

RGB

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

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

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

R = 39.8%
G = 25%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#794C6B (or 0x794C6B) is known color: Cosmic. HEX triplet: 79, 4C and 6B. RGB value is (121,76,107). Sum of RGB (Red+Green+Blue) = 121+76+107=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #794C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794C6B is #86B394. Grayscale: #5C5C5C. Windows color (decimal): -8827797 or 7031929. OLE color: 7031929.

HSL color Cylindrical-coordinate representation of color #794C6B: hue angle of 318.67º 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 #794C6B is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 76 107 -
CMYK 0 0.37 0.12 0.53
HSL 318.67º 0.23% 0.39% -
HSV(B) 318.67º 0.37% 0.47% -
XYZ 13.12 10.3 15.21 -
YUV 92.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 121 76 107 0 0.37 0.12 0.53 318.67 0.23 0.39
Hex 79 4C 6B 0 25 C 35 13F 17 27
Octal 171 114 153 0 45 14 65 477 27 47
Binary 1111001 1001100 1101011 0 100101 1100 110101 100111111 10111 100111

Color Harmonies of #794C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794C6B

Black with #794C6B

Text Example


Text Example

White with #794C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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