Html Css Color HEX #796C69 Pharlap

📋 copy color: '#796C69'

red 121 ◦ green 108 ◦ blue 105

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

Shades of Pharlap #796C69

Tints of Pharlap #796C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 36.23%
G = 32.34%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#796C69 (or 0x796C69) is known color: Pharlap. HEX triplet: 79, 6C and 69. RGB value is (121,108,105). Sum of RGB (Red+Green+Blue) = 121+108+105=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C69 is #869396. Grayscale: #6F6F6F. Windows color (decimal): -8819607 or 6909049. OLE color: 6909049.

HSL color Cylindrical-coordinate representation of color #796C69: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #796C69 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 105 -
CMYK 0 0.11 0.13 0.53
HSL 11.25º 0.07% 0.44% -
HSV(B) 11.25º 0.13% 0.47% -
XYZ 15.8 15.81 15.58 -
YUV 111.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 121 108 105 0 0.11 0.13 0.53 11.25 0.07 0.44
Hex 79 6C 69 0 B D 35 B 7 2C
Octal 171 154 151 0 13 15 65 13 7 54
Binary 1111001 1101100 1101001 0 1011 1101 110101 1011 111 101100

Color Harmonies of #796C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C69

Black with #796C69

Text Example


Text Example

White with #796C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796C69; }

 p { color: rgb(121,108,105); }

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

background-color css

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

 a { background-color: rgb(121,108,105); }

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

border-color css

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

 span { border-color: rgb(121,108,105); }

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