Html Css Color HEX #795E5C Pharlap

📋 copy color: '#795E5C'

red 121 ◦ green 94 ◦ blue 92

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

Shades of Pharlap #795E5C

Tints of Pharlap #795E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 39.41%
G = 30.62%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#795E5C (or 0x795E5C) is known color: Pharlap. HEX triplet: 79, 5E and 5C. RGB value is (121,94,92). Sum of RGB (Red+Green+Blue) = 121+94+92=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 121 - color contains mainly: red. Hex color #795E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E5C is #86A1A3. Grayscale: #656565. Windows color (decimal): -8823204 or 6053497. OLE color: 6053497.

HSL color Cylindrical-coordinate representation of color #795E5C: hue angle of 4.14º 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 #795E5C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 94 92 -
CMYK 0 0.22 0.24 0.53
HSL 4.14º 0.14% 0.42% -
HSV(B) 4.14º 0.24% 0.47% -
XYZ 13.82 12.84 11.88 -
YUV 101.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 121 94 92 0 0.22 0.24 0.53 4.14 0.14 0.42
Hex 79 5E 5C 0 16 18 35 4 E 2A
Octal 171 136 134 0 26 30 65 4 16 52
Binary 1111001 1011110 1011100 0 10110 11000 110101 100 1110 101010

Color Harmonies of #795E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795E5C

Black with #795E5C

Text Example


Text Example

White with #795E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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