Html Css Color HEX #765048 Buccaneer

📋 copy color: '#765048'

red 118 ◦ green 80 ◦ blue 72

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

Shades of Buccaneer #765048

Tints of Buccaneer #765048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 43.7%
G = 29.63%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#765048 (or 0x765048) is known color: Buccaneer. HEX triplet: 76, 50 and 48. RGB value is (118,80,72). Sum of RGB (Red+Green+Blue) = 118+80+72=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #765048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765048 is #89AFB7. Grayscale: #5A5A5A. Windows color (decimal): -9023416 or 4739190. OLE color: 4739190.

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

Color convert

RGB 118 80 72 -
CMYK 0 0.32 0.39 0.54
HSL 10.43º 0.24% 0.37% -
HSV(B) 10.43º 0.39% 0.46% -
XYZ 11.51 10.06 7.47 -
YUV 90.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 118 80 72 0 0.32 0.39 0.54 10.43 0.24 0.37
Hex 76 50 48 0 20 27 36 A 18 25
Octal 166 120 110 0 40 47 66 12 30 45
Binary 1110110 1010000 1001000 0 100000 100111 110110 1010 11000 100101

Color Harmonies of #765048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765048

Black with #765048

Text Example


Text Example

White with #765048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765048; }

 p { color: rgb(118,80,72); }

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

background-color css

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

 a { background-color: rgb(118,80,72); }

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

border-color css

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

 span { border-color: rgb(118,80,72); }

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