Html Css Color HEX #765750 Buccaneer

📋 copy color: '#765750'

red 118 ◦ green 87 ◦ blue 80

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

Shades of Buccaneer #765750

Tints of Buccaneer #765750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.53%

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 41.4%
G = 30.53%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#765750 (or 0x765750) is known color: Buccaneer. HEX triplet: 76, 57 and 50. RGB value is (118,87,80). Sum of RGB (Red+Green+Blue) = 118+87+80=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765750 is #89A8AF. Grayscale: #5F5F5F. Windows color (decimal): -9021616 or 5265270. OLE color: 5265270.

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

Color convert

RGB 118 87 80 -
CMYK 0 0.26 0.32 0.54
HSL 11.05º 0.19% 0.39% -
HSV(B) 11.05º 0.32% 0.46% -
XYZ 12.33 11.25 9.11 -
YUV 95.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 118 87 80 0 0.26 0.32 0.54 11.05 0.19 0.39
Hex 76 57 50 0 1A 20 36 B 13 27
Octal 166 127 120 0 32 40 66 13 23 47
Binary 1110110 1010111 1010000 0 11010 100000 110110 1011 10011 100111

Color Harmonies of #765750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765750

Black with #765750

Text Example


Text Example

White with #765750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765750; }

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

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

background-color css

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

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

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

border-color css

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

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

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