Html Css Color HEX #745856 Buccaneer

📋 copy color: '#745856'

red 116 ◦ green 88 ◦ blue 86

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

Shades of Buccaneer #745856

Tints of Buccaneer #745856

RGB

 RED value IS 116 (45.7% from 255) = 40%

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

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

R = 40%
G = 30.34%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#745856 (or 0x745856) is known color: Buccaneer. HEX triplet: 74, 58 and 56. RGB value is (116,88,86). Sum of RGB (Red+Green+Blue) = 116+88+86=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #745856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745856 is #8BA7A9. Grayscale: #606060. Windows color (decimal): -9152426 or 5658740. OLE color: 5658740.

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

Color convert

RGB 116 88 86 -
CMYK 0 0.24 0.26 0.55
HSL 0.15% 0.4% -
HSV(B) 0.26% 0.45% -
XYZ 12.37 11.36 10.35 -
YUV 96.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 116 88 86 0 0.24 0.26 0.55 4 0.15 0.4
Hex 74 58 56 0 18 1A 37 4 F 28
Octal 164 130 126 0 30 32 67 4 17 50
Binary 1110100 1011000 1010110 0 11000 11010 110111 100 1111 101000

Color Harmonies of #745856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745856

Black with #745856

Text Example


Text Example

White with #745856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745856; }

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

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

background-color css

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

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

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

border-color css

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

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

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