Html Css Color HEX #795955 Buccaneer

📋 copy color: '#795955'

red 121 ◦ green 89 ◦ blue 85

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

Shades of Buccaneer #795955

Tints of Buccaneer #795955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 41.02%
G = 30.17%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#795955 (or 0x795955) is known color: Buccaneer. HEX triplet: 79, 59 and 55. RGB value is (121,89,85). Sum of RGB (Red+Green+Blue) = 121+89+85=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #795955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795955 is #86A6AA. Grayscale: #626262. Windows color (decimal): -8824491 or 5593465. OLE color: 5593465.

HSL color Cylindrical-coordinate representation of color #795955: hue angle of 6.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795955 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 85 -
CMYK 0 0.26 0.30 0.53
HSL 6.67º 0.17% 0.4% -
HSV(B) 6.67º 0.3% 0.47% -
XYZ 13.1 11.87 10.19 -
YUV 98.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 121 89 85 0 0.26 0.30 0.53 6.67 0.17 0.4
Hex 79 59 55 0 1A 1E 35 7 11 28
Octal 171 131 125 0 32 36 65 7 21 50
Binary 1111001 1011001 1010101 0 11010 11110 110101 111 10001 101000

Color Harmonies of #795955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795955

Black with #795955

Text Example


Text Example

White with #795955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795955; }

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

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

background-color css

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

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

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

border-color css

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

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

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