Html Css Color HEX #755650 Buccaneer

📋 copy color: '#755650'

red 117 ◦ green 86 ◦ blue 80

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

Shades of Buccaneer #755650

Tints of Buccaneer #755650

RGB

 RED value IS 117 (46.09% from 255) = 41.34%

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

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

R = 41.34%
G = 30.39%
B = 28.27%

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

#755650 (or 0x755650) is known color: Buccaneer. HEX triplet: 75, 56 and 50. RGB value is (117,86,80). Sum of RGB (Red+Green+Blue) = 117+86+80=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755650 is #8AA9AF. Grayscale: #5E5E5E. Windows color (decimal): -9087408 or 5265013. OLE color: 5265013.

HSL color Cylindrical-coordinate representation of color #755650: hue angle of 9.73º 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 #755650 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 80 -
CMYK 0 0.26 0.32 0.54
HSL 9.73º 0.19% 0.39% -
HSV(B) 9.73º 0.32% 0.46% -
XYZ 12.11 11.02 9.08 -
YUV 94.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 117 86 80 0 0.26 0.32 0.54 9.73 0.19 0.39
Hex 75 56 50 0 1A 20 36 A 13 27
Octal 165 126 120 0 32 40 66 12 23 47
Binary 1110101 1010110 1010000 0 11010 100000 110110 1010 10011 100111

Color Harmonies of #755650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755650

Black with #755650

Text Example


Text Example

White with #755650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755650; }

 p { color: rgb(117,86,80); }

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

background-color css

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

 a { background-color: rgb(117,86,80); }

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

border-color css

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

 span { border-color: rgb(117,86,80); }

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