Html Css Color HEX #77504A Buccaneer

📋 copy color: '#77504A'

red 119 ◦ green 80 ◦ blue 74

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

Shades of Buccaneer #77504A

Tints of Buccaneer #77504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 43.59%
G = 29.3%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77504A (or 0x77504A) is known color: Buccaneer. HEX triplet: 77, 50 and 4A. RGB value is (119,80,74). Sum of RGB (Red+Green+Blue) = 119+80+74=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77504A is #88AFB5. Grayscale: #5B5B5B. Windows color (decimal): -8957878 or 4870263. OLE color: 4870263.

HSL color Cylindrical-coordinate representation of color #77504A: hue angle of 8º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77504A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 74 -
CMYK 0 0.33 0.38 0.53
HSL 0.23% 0.38% -
HSV(B) 0.38% 0.47% -
XYZ 11.71 10.15 7.82 -
YUV 90.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 119 80 74 0 0.33 0.38 0.53 8 0.23 0.38
Hex 77 50 4A 0 21 26 35 8 17 26
Octal 167 120 112 0 41 46 65 10 27 46
Binary 1110111 1010000 1001010 0 100001 100110 110101 1000 10111 100110

Color Harmonies of #77504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77504A

Black with #77504A

Text Example


Text Example

White with #77504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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