Html Css Color HEX #77514E Buccaneer

📋 copy color: '#77514E'

red 119 ◦ green 81 ◦ blue 78

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

Shades of Buccaneer #77514E

Tints of Buccaneer #77514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.06%

R = 42.81%
G = 29.14%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77514E (or 0x77514E) is known color: Buccaneer. HEX triplet: 77, 51 and 4E. RGB value is (119,81,78). Sum of RGB (Red+Green+Blue) = 119+81+78=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77514E is #88AEB1. Grayscale: #5C5C5C. Windows color (decimal): -8957618 or 5132663. OLE color: 5132663.

HSL color Cylindrical-coordinate representation of color #77514E: hue angle of 4.39º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77514E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 78 -
CMYK 0 0.32 0.34 0.53
HSL 4.39º 0.21% 0.39% -
HSV(B) 4.39º 0.34% 0.47% -
XYZ 11.93 10.36 8.58 -
YUV 92.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 119 81 78 0 0.32 0.34 0.53 4.39 0.21 0.39
Hex 77 51 4E 0 20 22 35 4 15 27
Octal 167 121 116 0 40 42 65 4 25 47
Binary 1110111 1010001 1001110 0 100000 100010 110101 100 10101 100111

Color Harmonies of #77514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77514E

Black with #77514E

Text Example


Text Example

White with #77514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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