Html Css Color HEX #774D48 Buccaneer

📋 copy color: '#774D48'

red 119 ◦ green 77 ◦ blue 72

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

Shades of Buccaneer #774D48

Tints of Buccaneer #774D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 44.4%
G = 28.73%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774D48 (or 0x774D48) is known color: Buccaneer. HEX triplet: 77, 4D and 48. RGB value is (119,77,72). Sum of RGB (Red+Green+Blue) = 119+77+72=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D48 is #88B2B7. Grayscale: #595959. Windows color (decimal): -8958648 or 4738423. OLE color: 4738423.

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

Color convert

RGB 119 77 72 -
CMYK 0 0.35 0.39 0.53
HSL 6.38º 0.25% 0.37% -
HSV(B) 6.38º 0.39% 0.47% -
XYZ 11.43 9.7 7.4 -
YUV 88.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 119 77 72 0 0.35 0.39 0.53 6.38 0.25 0.37
Hex 77 4D 48 0 23 27 35 6 19 25
Octal 167 115 110 0 43 47 65 6 31 45
Binary 1110111 1001101 1001000 0 100011 100111 110101 110 11001 100101

Color Harmonies of #774D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D48

Black with #774D48

Text Example


Text Example

White with #774D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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