Html Css Color HEX #795554 Buccaneer

📋 copy color: '#795554'

red 121 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #795554

Tints of Buccaneer #795554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 41.72%
G = 29.31%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#795554 (or 0x795554) is known color: Buccaneer. HEX triplet: 79, 55 and 54. RGB value is (121,85,84). Sum of RGB (Red+Green+Blue) = 121+85+84=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795554 is #86AAAB. Grayscale: #5F5F5F. Windows color (decimal): -8825516 or 5526905. OLE color: 5526905.

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

Color convert

RGB 121 85 84 -
CMYK 0 0.30 0.31 0.53
HSL 1.62º 0.18% 0.4% -
HSV(B) 1.62º 0.31% 0.47% -
XYZ 12.73 11.2 9.88 -
YUV 95.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 121 85 84 0 0.30 0.31 0.53 1.62 0.18 0.4
Hex 79 55 54 0 1E 1F 35 2 12 28
Octal 171 125 124 0 36 37 65 2 22 50
Binary 1111001 1010101 1010100 0 11110 11111 110101 10 10010 101000

Color Harmonies of #795554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795554

Black with #795554

Text Example


Text Example

White with #795554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795554; }

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

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

background-color css

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

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

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

border-color css

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

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

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