Html Css Color HEX #774C47 Buccaneer

📋 copy color: '#774C47'

red 119 ◦ green 76 ◦ blue 71

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

Shades of Buccaneer #774C47

Tints of Buccaneer #774C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 44.74%
G = 28.57%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#774C47 (or 0x774C47) is known color: Buccaneer. HEX triplet: 77, 4C and 47. RGB value is (119,76,71). Sum of RGB (Red+Green+Blue) = 119+76+71=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C47 is #88B3B8. Grayscale: #585858. Windows color (decimal): -8958905 or 4672631. OLE color: 4672631.

HSL color Cylindrical-coordinate representation of color #774C47: hue angle of 6.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774C47 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 71 -
CMYK 0 0.36 0.40 0.53
HSL 6.25º 0.25% 0.37% -
HSV(B) 6.25º 0.4% 0.47% -
XYZ 11.33 9.55 7.21 -
YUV 88.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 119 76 71 0 0.36 0.40 0.53 6.25 0.25 0.37
Hex 77 4C 47 0 24 28 35 6 19 25
Octal 167 114 107 0 44 50 65 6 31 45
Binary 1110111 1001100 1000111 0 100100 101000 110101 110 11001 100101

Color Harmonies of #774C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C47

Black with #774C47

Text Example


Text Example

White with #774C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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