Html Css Color HEX #795756 Buccaneer

📋 copy color: '#795756'

red 121 ◦ green 87 ◦ blue 86

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

Shades of Buccaneer #795756

Tints of Buccaneer #795756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 41.16%
G = 29.59%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#795756 (or 0x795756) is known color: Buccaneer. HEX triplet: 79, 57 and 56. RGB value is (121,87,86). Sum of RGB (Red+Green+Blue) = 121+87+86=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795756 is #86A8A9. Grayscale: #616161. Windows color (decimal): -8825002 or 5658489. OLE color: 5658489.

HSL color Cylindrical-coordinate representation of color #795756: hue angle of 1.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795756 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 87 86 -
CMYK 0 0.28 0.29 0.53
HSL 1.71º 0.17% 0.41% -
HSV(B) 1.71º 0.29% 0.47% -
XYZ 12.97 11.55 10.35 -
YUV 97.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 121 87 86 0 0.28 0.29 0.53 1.71 0.17 0.41
Hex 79 57 56 0 1C 1D 35 2 11 29
Octal 171 127 126 0 34 35 65 2 21 51
Binary 1111001 1010111 1010110 0 11100 11101 110101 10 10001 101001

Color Harmonies of #795756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795756

Black with #795756

Text Example


Text Example

White with #795756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795756; }

 p { color: rgb(121,87,86); }

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

background-color css

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

 a { background-color: rgb(121,87,86); }

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

border-color css

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

 span { border-color: rgb(121,87,86); }

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