Html Css Color HEX #774D4A Buccaneer

📋 copy color: '#774D4A'

red 119 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #774D4A

Tints of Buccaneer #774D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 44.07%
G = 28.52%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#774D4A (or 0x774D4A) is known color: Buccaneer. HEX triplet: 77, 4D and 4A. RGB value is (119,77,74). Sum of RGB (Red+Green+Blue) = 119+77+74=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D4A is #88B2B5. Grayscale: #595959. Windows color (decimal): -8958646 or 4869495. OLE color: 4869495.

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

Color convert

RGB 119 77 74 -
CMYK 0 0.35 0.38 0.53
HSL 0.23% 0.38% -
HSV(B) 0.38% 0.47% -
XYZ 11.5 9.72 7.75 -
YUV 89.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 119 77 74 0 0.35 0.38 0.53 4 0.23 0.38
Hex 77 4D 4A 0 23 26 35 4 17 26
Octal 167 115 112 0 43 46 65 4 27 46
Binary 1110111 1001101 1001010 0 100011 100110 110101 100 10111 100110

Color Harmonies of #774D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D4A

Black with #774D4A

Text Example


Text Example

White with #774D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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