Html Css Color HEX #774E4D Buccaneer

📋 copy color: '#774E4D'

red 119 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #774E4D

Tints of Buccaneer #774E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.47%

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

R = 43.43%
G = 28.47%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#774E4D (or 0x774E4D) is known color: Buccaneer. HEX triplet: 77, 4E and 4D. RGB value is (119,78,77). Sum of RGB (Red+Green+Blue) = 119+78+77=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E4D is #88B1B2. Grayscale: #5A5A5A. Windows color (decimal): -8958387 or 5066359. OLE color: 5066359.

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

Color convert

RGB 119 78 77 -
CMYK 0 0.34 0.35 0.53
HSL 1.43º 0.21% 0.38% -
HSV(B) 1.43º 0.35% 0.47% -
XYZ 11.67 9.91 8.32 -
YUV 90.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 119 78 77 0 0.34 0.35 0.53 1.43 0.21 0.38
Hex 77 4E 4D 0 22 23 35 1 15 26
Octal 167 116 115 0 42 43 65 1 25 46
Binary 1110111 1001110 1001101 0 100010 100011 110101 1 10101 100110

Color Harmonies of #774E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E4D

Black with #774E4D

Text Example


Text Example

White with #774E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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