Html Css Color HEX #774F4C Buccaneer

📋 copy color: '#774F4C'

red 119 ◦ green 79 ◦ blue 76

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

Shades of Buccaneer #774F4C

Tints of Buccaneer #774F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 43.43%
G = 28.83%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#774F4C (or 0x774F4C) is known color: Buccaneer. HEX triplet: 77, 4F and 4C. RGB value is (119,79,76). Sum of RGB (Red+Green+Blue) = 119+79+76=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F4C is #88B0B3. Grayscale: #5A5A5A. Windows color (decimal): -8958132 or 5001079. OLE color: 5001079.

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

Color convert

RGB 119 79 76 -
CMYK 0 0.34 0.36 0.53
HSL 4.19º 0.22% 0.38% -
HSV(B) 4.19º 0.36% 0.47% -
XYZ 11.71 10.04 8.16 -
YUV 90.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 119 79 76 0 0.34 0.36 0.53 4.19 0.22 0.38
Hex 77 4F 4C 0 22 24 35 4 16 26
Octal 167 117 114 0 42 44 65 4 26 46
Binary 1110111 1001111 1001100 0 100010 100100 110101 100 10110 100110

Color Harmonies of #774F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F4C

Black with #774F4C

Text Example


Text Example

White with #774F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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