Html Css Color HEX #795C85 Affair

📋 copy color: '#795C85'

red 121 ◦ green 92 ◦ blue 133

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

Shades of Affair #795C85

Tints of Affair #795C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 34.97%
G = 26.59%
B = 38.44%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#795C85 (or 0x795C85) is known color: Affair. HEX triplet: 79, 5C and 85. RGB value is (121,92,133). Sum of RGB (Red+Green+Blue) = 121+92+133=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #795C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795C85 is #86A37A. Grayscale: #696969. Windows color (decimal): -8823675 or 8739961. OLE color: 8739961.

HSL color Cylindrical-coordinate representation of color #795C85: hue angle of 282.44º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795C85 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 92 133 -
CMYK 0.09 0.31 0 0.48
HSL 282.44º 0.18% 0.44% -
HSV(B) 282.44º 0.31% 0.52% -
XYZ 15.95 13.41 23.94 -
YUV 105.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 121 92 133 0.09 0.31 0 0.48 282.44 0.18 0.44
Hex 79 5C 85 9 1F 0 30 11A 12 2C
Octal 171 134 205 11 37 0 60 432 22 54
Binary 1111001 1011100 10000101 1001 11111 0 110000 100011010 10010 101100

Color Harmonies of #795C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C85

Black with #795C85

Text Example


Text Example

White with #795C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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