Html Css Color HEX #774F4E Buccaneer

📋 copy color: '#774F4E'

red 119 ◦ green 79 ◦ blue 78

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

Shades of Buccaneer #774F4E

Tints of Buccaneer #774F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 43.12%
G = 28.62%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#774F4E (or 0x774F4E) is known color: Buccaneer. HEX triplet: 77, 4F and 4E. RGB value is (119,79,78). Sum of RGB (Red+Green+Blue) = 119+79+78=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F4E is #88B0B1. Grayscale: #5A5A5A. Windows color (decimal): -8958130 or 5132151. OLE color: 5132151.

HSL color Cylindrical-coordinate representation of color #774F4E: hue angle of 1.46º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774F4E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 78 -
CMYK 0 0.34 0.34 0.53
HSL 1.46º 0.21% 0.39% -
HSV(B) 1.46º 0.34% 0.47% -
XYZ 11.78 10.06 8.53 -
YUV 90.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 119 79 78 0 0.34 0.34 0.53 1.46 0.21 0.39
Hex 77 4F 4E 0 22 22 35 1 15 27
Octal 167 117 116 0 42 42 65 1 25 47
Binary 1110111 1001111 1001110 0 100010 100010 110101 1 10101 100111

Color Harmonies of #774F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F4E

Black with #774F4E

Text Example


Text Example

White with #774F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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