Html Css Color HEX #765654 Buccaneer

📋 copy color: '#765654'

red 118 ◦ green 86 ◦ blue 84

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

Shades of Buccaneer #765654

Tints of Buccaneer #765654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

 BLUE value IS 84 (33.2% from 255) = 29.17%

R = 40.97%
G = 29.86%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#765654 (or 0x765654) is known color: Buccaneer. HEX triplet: 76, 56 and 54. RGB value is (118,86,84). Sum of RGB (Red+Green+Blue) = 118+86+84=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765654 is #89A9AB. Grayscale: #5F5F5F. Windows color (decimal): -9021868 or 5527158. OLE color: 5527158.

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

Color convert

RGB 118 86 84 -
CMYK 0 0.27 0.29 0.54
HSL 3.53º 0.17% 0.4% -
HSV(B) 3.53º 0.29% 0.46% -
XYZ 12.4 11.15 9.89 -
YUV 95.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 118 86 84 0 0.27 0.29 0.54 3.53 0.17 0.4
Hex 76 56 54 0 1B 1D 36 4 11 28
Octal 166 126 124 0 33 35 66 4 21 50
Binary 1110110 1010110 1010100 0 11011 11101 110110 100 10001 101000

Color Harmonies of #765654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765654

Black with #765654

Text Example


Text Example

White with #765654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765654; }

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

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

background-color css

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

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

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

border-color css

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

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

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