Html Css Color HEX #765451 Buccaneer

📋 copy color: '#765451'

red 118 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #765451

Tints of Buccaneer #765451

RGB

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

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

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

R = 41.7%
G = 29.68%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#765451 (or 0x765451) is known color: Buccaneer. HEX triplet: 76, 54 and 51. RGB value is (118,84,81). Sum of RGB (Red+Green+Blue) = 118+84+81=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765451 is #89ABAE. Grayscale: #5D5D5D. Windows color (decimal): -9022383 or 5330038. OLE color: 5330038.

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

Color convert

RGB 118 84 81 -
CMYK 0 0.29 0.31 0.54
HSL 4.86º 0.19% 0.39% -
HSV(B) 4.86º 0.31% 0.46% -
XYZ 12.13 10.79 9.23 -
YUV 93.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 118 84 81 0 0.29 0.31 0.54 4.86 0.19 0.39
Hex 76 54 51 0 1D 1F 36 5 13 27
Octal 166 124 121 0 35 37 66 5 23 47
Binary 1110110 1010100 1010001 0 11101 11111 110110 101 10011 100111

Color Harmonies of #765451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765451

Black with #765451

Text Example


Text Example

White with #765451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765451; }

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

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

background-color css

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

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

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

border-color css

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

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

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