Html Css Color HEX #775451 Buccaneer

📋 copy color: '#775451'

red 119 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #775451

Tints of Buccaneer #775451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 41.9%
G = 29.58%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#775451 (or 0x775451) is known color: Buccaneer. HEX triplet: 77, 54 and 51. RGB value is (119,84,81). Sum of RGB (Red+Green+Blue) = 119+84+81=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #775451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775451 is #88ABAE. Grayscale: #5E5E5E. Windows color (decimal): -8956847 or 5330039. OLE color: 5330039.

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

Color convert

RGB 119 84 81 -
CMYK 0 0.29 0.32 0.53
HSL 4.74º 0.19% 0.39% -
HSV(B) 4.74º 0.32% 0.47% -
XYZ 12.26 10.86 9.23 -
YUV 94.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 119 84 81 0 0.29 0.32 0.53 4.74 0.19 0.39
Hex 77 54 51 0 1D 20 35 5 13 27
Octal 167 124 121 0 35 40 65 5 23 47
Binary 1110111 1010100 1010001 0 11101 100000 110101 101 10011 100111

Color Harmonies of #775451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775451

Black with #775451

Text Example


Text Example

White with #775451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775451; }

 p { color: rgb(119,84,81); }

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

background-color css

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

 a { background-color: rgb(119,84,81); }

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

border-color css

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

 span { border-color: rgb(119,84,81); }

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