Html Css Color HEX #765149 Buccaneer

📋 copy color: '#765149'

red 118 ◦ green 81 ◦ blue 73

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

Shades of Buccaneer #765149

Tints of Buccaneer #765149

RGB

 RED value IS 118 (46.48% from 255) = 43.38%

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 43.38%
G = 29.78%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#765149 (or 0x765149) is known color: Buccaneer. HEX triplet: 76, 51 and 49. RGB value is (118,81,73). Sum of RGB (Red+Green+Blue) = 118+81+73=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765149 is #89AEB6. Grayscale: #5B5B5B. Windows color (decimal): -9023159 or 4804982. OLE color: 4804982.

HSL color Cylindrical-coordinate representation of color #765149: hue angle of 10.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765149 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 73 -
CMYK 0 0.31 0.38 0.54
HSL 10.67º 0.24% 0.37% -
HSV(B) 10.67º 0.38% 0.46% -
XYZ 11.62 10.22 7.66 -
YUV 91.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 118 81 73 0 0.31 0.38 0.54 10.67 0.24 0.37
Hex 76 51 49 0 1F 26 36 B 18 25
Octal 166 121 111 0 37 46 66 13 30 45
Binary 1110110 1010001 1001001 0 11111 100110 110110 1011 11000 100101

Color Harmonies of #765149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765149

Black with #765149

Text Example


Text Example

White with #765149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765149; }

 p { color: rgb(118,81,73); }

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

background-color css

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

 a { background-color: rgb(118,81,73); }

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

border-color css

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

 span { border-color: rgb(118,81,73); }

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