Html Css Color HEX #745650 Buccaneer

📋 copy color: '#745650'

red 116 ◦ green 86 ◦ blue 80

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

Shades of Buccaneer #745650

Tints of Buccaneer #745650

RGB

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

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

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

R = 41.13%
G = 30.5%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#745650 (or 0x745650) is known color: Buccaneer. HEX triplet: 74, 56 and 50. RGB value is (116,86,80). Sum of RGB (Red+Green+Blue) = 116+86+80=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745650 is #8BA9AF. Grayscale: #5E5E5E. Windows color (decimal): -9152944 or 5265012. OLE color: 5265012.

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

Color convert

RGB 116 86 80 -
CMYK 0 0.26 0.31 0.55
HSL 10º 0.18% 0.38% -
HSV(B) 10º 0.31% 0.45% -
XYZ 11.98 10.95 9.07 -
YUV 94.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 116 86 80 0 0.26 0.31 0.55 10 0.18 0.38
Hex 74 56 50 0 1A 1F 37 A 12 26
Octal 164 126 120 0 32 37 67 12 22 46
Binary 1110100 1010110 1010000 0 11010 11111 110111 1010 10010 100110

Color Harmonies of #745650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745650

Black with #745650

Text Example


Text Example

White with #745650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745650; }

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

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

background-color css

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

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

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

border-color css

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

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

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