Html Css Color HEX #77504D Buccaneer

📋 copy color: '#77504D'

red 119 ◦ green 80 ◦ blue 77

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

Shades of Buccaneer #77504D

Tints of Buccaneer #77504D

RGB

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

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

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

R = 43.12%
G = 28.99%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77504D (or 0x77504D) is known color: Buccaneer. HEX triplet: 77, 50 and 4D. RGB value is (119,80,77). Sum of RGB (Red+Green+Blue) = 119+80+77=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77504D is #88AFB2. Grayscale: #5B5B5B. Windows color (decimal): -8957875 or 5066871. OLE color: 5066871.

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

Color convert

RGB 119 80 77 -
CMYK 0 0.33 0.35 0.53
HSL 4.29º 0.21% 0.38% -
HSV(B) 4.29º 0.35% 0.47% -
XYZ 11.82 10.2 8.37 -
YUV 91.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 119 80 77 0 0.33 0.35 0.53 4.29 0.21 0.38
Hex 77 50 4D 0 21 23 35 4 15 26
Octal 167 120 115 0 41 43 65 4 25 46
Binary 1110111 1010000 1001101 0 100001 100011 110101 100 10101 100110

Color Harmonies of #77504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77504D

Black with #77504D

Text Example


Text Example

White with #77504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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