Html Css Color HEX #77514C Buccaneer

📋 copy color: '#77514C'

red 119 ◦ green 81 ◦ blue 76

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

Shades of Buccaneer #77514C

Tints of Buccaneer #77514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 43.12%
G = 29.35%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77514C (or 0x77514C) is known color: Buccaneer. HEX triplet: 77, 51 and 4C. RGB value is (119,81,76). Sum of RGB (Red+Green+Blue) = 119+81+76=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77514C is #88AEB3. Grayscale: #5B5B5B. Windows color (decimal): -8957620 or 5001591. OLE color: 5001591.

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

Color convert

RGB 119 81 76 -
CMYK 0 0.32 0.36 0.53
HSL 6.98º 0.22% 0.38% -
HSV(B) 6.98º 0.36% 0.47% -
XYZ 11.85 10.33 8.21 -
YUV 91.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 119 81 76 0 0.32 0.36 0.53 6.98 0.22 0.38
Hex 77 51 4C 0 20 24 35 7 16 26
Octal 167 121 114 0 40 44 65 7 26 46
Binary 1110111 1010001 1001100 0 100000 100100 110101 111 10110 100110

Color Harmonies of #77514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77514C

Black with #77514C

Text Example


Text Example

White with #77514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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