Html Css Color HEX #755856 Buccaneer

📋 copy color: '#755856'

red 117 ◦ green 88 ◦ blue 86

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

Shades of Buccaneer #755856

Tints of Buccaneer #755856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 40.21%
G = 30.24%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#755856 (or 0x755856) is known color: Buccaneer. HEX triplet: 75, 58 and 56. RGB value is (117,88,86). Sum of RGB (Red+Green+Blue) = 117+88+86=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755856 is #8AA7A9. Grayscale: #606060. Windows color (decimal): -9086890 or 5658741. OLE color: 5658741.

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

Color convert

RGB 117 88 86 -
CMYK 0 0.25 0.26 0.54
HSL 3.87º 0.15% 0.4% -
HSV(B) 3.87º 0.26% 0.46% -
XYZ 12.51 11.43 10.35 -
YUV 96.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 117 88 86 0 0.25 0.26 0.54 3.87 0.15 0.4
Hex 75 58 56 0 19 1A 36 4 F 28
Octal 165 130 126 0 31 32 66 4 17 50
Binary 1110101 1011000 1010110 0 11001 11010 110110 100 1111 101000

Color Harmonies of #755856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755856

Black with #755856

Text Example


Text Example

White with #755856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755856; }

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

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

background-color css

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

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

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

border-color css

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

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

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