Html Css Color HEX #77564D Buccaneer

📋 copy color: '#77564D'

red 119 ◦ green 86 ◦ blue 77

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

Shades of Buccaneer #77564D

Tints of Buccaneer #77564D

RGB

 RED value IS 119 (46.88% from 255) = 42.2%

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

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 42.2%
G = 30.5%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77564D (or 0x77564D) is known color: Buccaneer. HEX triplet: 77, 56 and 4D. RGB value is (119,86,77). Sum of RGB (Red+Green+Blue) = 119+86+77=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77564D is #88A9B2. Grayscale: #5E5E5E. Windows color (decimal): -8956339 or 5068407. OLE color: 5068407.

HSL color Cylindrical-coordinate representation of color #77564D: hue angle of 12.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77564D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 77 -
CMYK 0 0.28 0.35 0.53
HSL 12.86º 0.21% 0.38% -
HSV(B) 12.86º 0.35% 0.47% -
XYZ 12.28 11.11 8.52 -
YUV 94.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 119 86 77 0 0.28 0.35 0.53 12.86 0.21 0.38
Hex 77 56 4D 0 1C 23 35 D 15 26
Octal 167 126 115 0 34 43 65 15 25 46
Binary 1110111 1010110 1001101 0 11100 100011 110101 1101 10101 100110

Color Harmonies of #77564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77564D

Black with #77564D

Text Example


Text Example

White with #77564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77564D; }

 p { color: rgb(119,86,77); }

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

background-color css

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

 a { background-color: rgb(119,86,77); }

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

border-color css

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

 span { border-color: rgb(119,86,77); }

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