Html Css Color HEX #795655 Buccaneer

📋 copy color: '#795655'

red 121 ◦ green 86 ◦ blue 85

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

Shades of Buccaneer #795655

Tints of Buccaneer #795655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 41.44%
G = 29.45%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#795655 (or 0x795655) is known color: Buccaneer. HEX triplet: 79, 56 and 55. RGB value is (121,86,85). Sum of RGB (Red+Green+Blue) = 121+86+85=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #795655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795655 is #86A9AA. Grayscale: #606060. Windows color (decimal): -8825259 or 5592697. OLE color: 5592697.

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

Color convert

RGB 121 86 85 -
CMYK 0 0.29 0.30 0.53
HSL 1.67º 0.17% 0.4% -
HSV(B) 1.67º 0.3% 0.47% -
XYZ 12.85 11.38 10.11 -
YUV 96.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 121 86 85 0 0.29 0.30 0.53 1.67 0.17 0.4
Hex 79 56 55 0 1D 1E 35 2 11 28
Octal 171 126 125 0 35 36 65 2 21 50
Binary 1111001 1010110 1010101 0 11101 11110 110101 10 10001 101000

Color Harmonies of #795655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795655

Black with #795655

Text Example


Text Example

White with #795655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795655; }

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

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

background-color css

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

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

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

border-color css

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

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

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