Html Css Color HEX #77504C Buccaneer

📋 copy color: '#77504C'

red 119 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #77504C

Tints of Buccaneer #77504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 43.27%
G = 29.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77504C (or 0x77504C) is known color: Buccaneer. HEX triplet: 77, 50 and 4C. RGB value is (119,80,76). Sum of RGB (Red+Green+Blue) = 119+80+76=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77504C is #88AFB3. Grayscale: #5B5B5B. Windows color (decimal): -8957876 or 5001335. OLE color: 5001335.

HSL color Cylindrical-coordinate representation of color #77504C: hue angle of 5.58º 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 #77504C is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 76 -
CMYK 0 0.33 0.36 0.53
HSL 5.58º 0.22% 0.38% -
HSV(B) 5.58º 0.36% 0.47% -
XYZ 11.78 10.18 8.18 -
YUV 91.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 119 80 76 0 0.33 0.36 0.53 5.58 0.22 0.38
Hex 77 50 4C 0 21 24 35 6 16 26
Octal 167 120 114 0 41 44 65 6 26 46
Binary 1110111 1010000 1001100 0 100001 100100 110101 110 10110 100110

Color Harmonies of #77504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77504C

Black with #77504C

Text Example


Text Example

White with #77504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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