Html Css Color HEX #795965 Cosmic

📋 copy color: '#795965'

red 121 ◦ green 89 ◦ blue 101

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

Shades of Cosmic #795965

Tints of Cosmic #795965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 38.91%
G = 28.62%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#795965 (or 0x795965) is known color: Cosmic. HEX triplet: 79, 59 and 65. RGB value is (121,89,101). Sum of RGB (Red+Green+Blue) = 121+89+101=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 121 - color contains mainly: red. Hex color #795965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795965 is #86A69A. Grayscale: #636363. Windows color (decimal): -8824475 or 6642041. OLE color: 6642041.

HSL color Cylindrical-coordinate representation of color #795965: hue angle of 337.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795965 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 101 -
CMYK 0 0.26 0.17 0.53
HSL 337.5º 0.15% 0.41% -
HSV(B) 337.5º 0.26% 0.47% -
XYZ 13.81 12.15 13.93 -
YUV 99.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 121 89 101 0 0.26 0.17 0.53 337.5 0.15 0.41
Hex 79 59 65 0 1A 11 35 152 F 29
Octal 171 131 145 0 32 21 65 522 17 51
Binary 1111001 1011001 1100101 0 11010 10001 110101 101010010 1111 101001

Color Harmonies of #795965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795965

Black with #795965

Text Example


Text Example

White with #795965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795965; }

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

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

background-color css

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

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

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

border-color css

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

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

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