Html Css Color HEX #795956 Buccaneer

📋 copy color: '#795956'

red 121 ◦ green 89 ◦ blue 86

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

Shades of Buccaneer #795956

Tints of Buccaneer #795956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

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

R = 40.88%
G = 30.07%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#795956 (or 0x795956) is known color: Buccaneer. HEX triplet: 79, 59 and 56. RGB value is (121,89,86). Sum of RGB (Red+Green+Blue) = 121+89+86=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #795956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795956 is #86A6A9. Grayscale: #626262. Windows color (decimal): -8824490 or 5659001. OLE color: 5659001.

HSL color Cylindrical-coordinate representation of color #795956: hue angle of 5.14º 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 #795956 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 86 -
CMYK 0 0.26 0.29 0.53
HSL 5.14º 0.17% 0.41% -
HSV(B) 5.14º 0.29% 0.47% -
XYZ 13.14 11.88 10.41 -
YUV 98.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 121 89 86 0 0.26 0.29 0.53 5.14 0.17 0.41
Hex 79 59 56 0 1A 1D 35 5 11 29
Octal 171 131 126 0 32 35 65 5 21 51
Binary 1111001 1011001 1010110 0 11010 11101 110101 101 10001 101001

Color Harmonies of #795956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795956

Black with #795956

Text Example


Text Example

White with #795956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795956; }

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

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

background-color css

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

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

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

border-color css

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

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

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