Html Css Color HEX #795652 Buccaneer

📋 copy color: '#795652'

red 121 ◦ green 86 ◦ blue 82

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

Shades of Buccaneer #795652

Tints of Buccaneer #795652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 41.87%
G = 29.76%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#795652 (or 0x795652) is known color: Buccaneer. HEX triplet: 79, 56 and 52. RGB value is (121,86,82). Sum of RGB (Red+Green+Blue) = 121+86+82=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795652 is #86A9AD. Grayscale: #606060. Windows color (decimal): -8825262 or 5396089. OLE color: 5396089.

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

Color convert

RGB 121 86 82 -
CMYK 0 0.29 0.32 0.53
HSL 6.15º 0.19% 0.4% -
HSV(B) 6.15º 0.32% 0.47% -
XYZ 12.74 11.33 9.5 -
YUV 96.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 121 86 82 0 0.29 0.32 0.53 6.15 0.19 0.4
Hex 79 56 52 0 1D 20 35 6 13 28
Octal 171 126 122 0 35 40 65 6 23 50
Binary 1111001 1010110 1010010 0 11101 100000 110101 110 10011 101000

Color Harmonies of #795652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795652

Black with #795652

Text Example


Text Example

White with #795652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795652; }

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

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

background-color css

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

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

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

border-color css

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

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

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