Html Css Color HEX #774C4A Buccaneer

📋 copy color: '#774C4A'

red 119 ◦ green 76 ◦ blue 74

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

Shades of Buccaneer #774C4A

Tints of Buccaneer #774C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

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

R = 44.24%
G = 28.25%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#774C4A (or 0x774C4A) is known color: Buccaneer. HEX triplet: 77, 4C and 4A. RGB value is (119,76,74). Sum of RGB (Red+Green+Blue) = 119+76+74=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C4A is #88B3B5. Grayscale: #585858. Windows color (decimal): -8958902 or 4869239. OLE color: 4869239.

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

Color convert

RGB 119 76 74 -
CMYK 0 0.36 0.38 0.53
HSL 2.67º 0.23% 0.38% -
HSV(B) 2.67º 0.38% 0.47% -
XYZ 11.43 9.59 7.73 -
YUV 88.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 119 76 74 0 0.36 0.38 0.53 2.67 0.23 0.38
Hex 77 4C 4A 0 24 26 35 3 17 26
Octal 167 114 112 0 44 46 65 3 27 46
Binary 1110111 1001100 1001010 0 100100 100110 110101 11 10111 100110

Color Harmonies of #774C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C4A

Black with #774C4A

Text Example


Text Example

White with #774C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C4A; }

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

 H1.HeaderClassName
 {
   color: #774C4A;
 }
 .AnyTagClassName
 {
   color: #774C4A;
 }
</style>

background-color css

<style>
 a { background-color: #774C4A; }

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

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

border-color css

<style>
 span { border-color: #774C4A; }

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

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