Html Css Color HEX #774948 Buccaneer

📋 copy color: '#774948'

red 119 ◦ green 73 ◦ blue 72

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

Shades of Buccaneer #774948

Tints of Buccaneer #774948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 45.08%
G = 27.65%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774948 (or 0x774948) is known color: Buccaneer. HEX triplet: 77, 49 and 48. RGB value is (119,73,72). Sum of RGB (Red+Green+Blue) = 119+73+72=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774948 is #88B6B7. Grayscale: #565656. Windows color (decimal): -8959672 or 4737399. OLE color: 4737399.

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

Color convert

RGB 119 73 72 -
CMYK 0 0.39 0.39 0.53
HSL 1.28º 0.25% 0.37% -
HSV(B) 1.28º 0.39% 0.47% -
XYZ 11.16 9.15 7.31 -
YUV 86.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 119 73 72 0 0.39 0.39 0.53 1.28 0.25 0.37
Hex 77 49 48 0 27 27 35 1 19 25
Octal 167 111 110 0 47 47 65 1 31 45
Binary 1110111 1001001 1001000 0 100111 100111 110101 1 11001 100101

Color Harmonies of #774948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774948

Black with #774948

Text Example


Text Example

White with #774948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774948; }

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

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

background-color css

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

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

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

border-color css

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

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

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