Html Css Color HEX #795C6A Cosmic

📋 copy color: '#795C6A'

red 121 ◦ green 92 ◦ blue 106

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

Shades of Cosmic #795C6A

Tints of Cosmic #795C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 37.93%
G = 28.84%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#795C6A (or 0x795C6A) is known color: Cosmic. HEX triplet: 79, 5C and 6A. RGB value is (121,92,106). Sum of RGB (Red+Green+Blue) = 121+92+106=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #795C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C6A is #86A395. Grayscale: #666666. Windows color (decimal): -8823702 or 6970489. OLE color: 6970489.

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

Color convert

RGB 121 92 106 -
CMYK 0 0.24 0.12 0.53
HSL 331.03º 0.14% 0.42% -
HSV(B) 331.03º 0.24% 0.47% -
XYZ 14.31 12.76 15.34 -
YUV 102.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 121 92 106 0 0.24 0.12 0.53 331.03 0.14 0.42
Hex 79 5C 6A 0 18 C 35 14B E 2A
Octal 171 134 152 0 30 14 65 513 16 52
Binary 1111001 1011100 1101010 0 11000 1100 110101 101001011 1110 101010

Color Harmonies of #795C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C6A

Black with #795C6A

Text Example


Text Example

White with #795C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,92,106); }

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

background-color css

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

 a { background-color: rgb(121,92,106); }

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

border-color css

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

 span { border-color: rgb(121,92,106); }

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