Html Css Color HEX #795E5D Pharlap

📋 copy color: '#795E5D'

red 121 ◦ green 94 ◦ blue 93

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

Shades of Pharlap #795E5D

Tints of Pharlap #795E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 39.29%
G = 30.52%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#795E5D (or 0x795E5D) is known color: Pharlap. HEX triplet: 79, 5E and 5D. RGB value is (121,94,93). Sum of RGB (Red+Green+Blue) = 121+94+93=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #795E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E5D is #86A1A2. Grayscale: #656565. Windows color (decimal): -8823203 or 6119033. OLE color: 6119033.

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

Color convert

RGB 121 94 93 -
CMYK 0 0.22 0.23 0.53
HSL 2.14º 0.13% 0.42% -
HSV(B) 2.14º 0.23% 0.47% -
XYZ 13.86 12.86 12.11 -
YUV 101.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 121 94 93 0 0.22 0.23 0.53 2.14 0.13 0.42
Hex 79 5E 5D 0 16 17 35 2 D 2A
Octal 171 136 135 0 26 27 65 2 15 52
Binary 1111001 1011110 1011101 0 10110 10111 110101 10 1101 101010

Color Harmonies of #795E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E5D

Black with #795E5D

Text Example


Text Example

White with #795E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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