Html Css Color HEX #774E4A Buccaneer

📋 copy color: '#774E4A'

red 119 ◦ green 78 ◦ blue 74

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

Shades of Buccaneer #774E4A

Tints of Buccaneer #774E4A

RGB

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

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

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

R = 43.91%
G = 28.78%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#774E4A (or 0x774E4A) is known color: Buccaneer. HEX triplet: 77, 4E and 4A. RGB value is (119,78,74). Sum of RGB (Red+Green+Blue) = 119+78+74=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E4A is #88B1B5. Grayscale: #595959. Windows color (decimal): -8958390 or 4869751. OLE color: 4869751.

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

Color convert

RGB 119 78 74 -
CMYK 0 0.34 0.38 0.53
HSL 5.33º 0.23% 0.38% -
HSV(B) 5.33º 0.38% 0.47% -
XYZ 11.57 9.87 7.77 -
YUV 89.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 119 78 74 0 0.34 0.38 0.53 5.33 0.23 0.38
Hex 77 4E 4A 0 22 26 35 5 17 26
Octal 167 116 112 0 42 46 65 5 27 46
Binary 1110111 1001110 1001010 0 100010 100110 110101 101 10111 100110

Color Harmonies of #774E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E4A

Black with #774E4A

Text Example


Text Example

White with #774E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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