Html Css Color HEX #77514D Buccaneer

📋 copy color: '#77514D'

red 119 ◦ green 81 ◦ blue 77

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

Shades of Buccaneer #77514D

Tints of Buccaneer #77514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

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

R = 42.96%
G = 29.24%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77514D (or 0x77514D) is known color: Buccaneer. HEX triplet: 77, 51 and 4D. RGB value is (119,81,77). Sum of RGB (Red+Green+Blue) = 119+81+77=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77514D is #88AEB2. Grayscale: #5B5B5B. Windows color (decimal): -8957619 or 5067127. OLE color: 5067127.

HSL color Cylindrical-coordinate representation of color #77514D: hue angle of 5.71º 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 #77514D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 77 -
CMYK 0 0.32 0.35 0.53
HSL 5.71º 0.21% 0.38% -
HSV(B) 5.71º 0.35% 0.47% -
XYZ 11.89 10.34 8.39 -
YUV 91.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 119 81 77 0 0.32 0.35 0.53 5.71 0.21 0.38
Hex 77 51 4D 0 20 23 35 6 15 26
Octal 167 121 115 0 40 43 65 6 25 46
Binary 1110111 1010001 1001101 0 100000 100011 110101 110 10101 100110

Color Harmonies of #77514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77514D

Black with #77514D

Text Example


Text Example

White with #77514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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