Html Css Color HEX #795E6B Cosmic

📋 copy color: '#795E6B'

red 121 ◦ green 94 ◦ blue 107

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

Shades of Cosmic #795E6B

Tints of Cosmic #795E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

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

R = 37.58%
G = 29.19%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#795E6B (or 0x795E6B) is known color: Cosmic. HEX triplet: 79, 5E and 6B. RGB value is (121,94,107). Sum of RGB (Red+Green+Blue) = 121+94+107=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #795E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E6B is #86A194. Grayscale: #676767. Windows color (decimal): -8823189 or 7036537. OLE color: 7036537.

HSL color Cylindrical-coordinate representation of color #795E6B: hue angle of 331.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E6B is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 94 107 -
CMYK 0 0.22 0.12 0.53
HSL 331.11º 0.13% 0.42% -
HSV(B) 331.11º 0.22% 0.47% -
XYZ 14.54 13.13 15.68 -
YUV 103.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 121 94 107 0 0.22 0.12 0.53 331.11 0.13 0.42
Hex 79 5E 6B 0 16 C 35 14B D 2A
Octal 171 136 153 0 26 14 65 513 15 52
Binary 1111001 1011110 1101011 0 10110 1100 110101 101001011 1101 101010

Color Harmonies of #795E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E6B

Black with #795E6B

Text Example


Text Example

White with #795E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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