Html Css Color HEX #745956 Buccaneer

📋 copy color: '#745956'

red 116 ◦ green 89 ◦ blue 86

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

Shades of Buccaneer #745956

Tints of Buccaneer #745956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 39.86%
G = 30.58%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#745956 (or 0x745956) is known color: Buccaneer. HEX triplet: 74, 59 and 56. RGB value is (116,89,86). Sum of RGB (Red+Green+Blue) = 116+89+86=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745956 is #8BA6A9. Grayscale: #606060. Windows color (decimal): -9152170 or 5658996. OLE color: 5658996.

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

Color convert

RGB 116 89 86 -
CMYK 0 0.23 0.26 0.55
HSL 0.15% 0.4% -
HSV(B) 0.26% 0.45% -
XYZ 12.45 11.53 10.37 -
YUV 96.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 116 89 86 0 0.23 0.26 0.55 6 0.15 0.4
Hex 74 59 56 0 17 1A 37 6 F 28
Octal 164 131 126 0 27 32 67 6 17 50
Binary 1110100 1011001 1010110 0 10111 11010 110111 110 1111 101000

Color Harmonies of #745956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745956

Black with #745956

Text Example


Text Example

White with #745956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745956; }

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

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

background-color css

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

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

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

border-color css

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

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

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